phacon只能访问index action

Posted nowphp

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了phacon只能访问index action相关的知识,希望对你有一定的参考价值。

location /

{
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?_url=$1 last;
break;
}
}

 

以上是关于phacon只能访问index action的主要内容,如果未能解决你的问题,请参考以下文章

Struts2_Namespace

action 方法的访问

Struts2-- 如何在 Action 中访问 WEB 资源:

菜鸟做网站遇到了一个问题,如何设置别人只能直接访问 http://域名/index.html ,而不能直接访问其他网页

asp怎样实现用户只能通过点击访问某个页面,而不能通过输入URL地址访问。

01_2_Namespace命名空间