thinkphp在nginx搜索跳转

浏览:502 发布日期:2016/04/01 分类:求助交流 关键字: nginx 搜索 路径
在apache中搜索正常,换到nginx中,其他模块表单搜索<form action="{:U('Abcd/index')}" method="get" name="form1">跳转到index模块下,nginx.conf中配置
if (!-d $request_filename) {
rewrite ^/(.*)/(.*)/*$ /index.php?m=$1&a=$2 last;
break;
}
搜索还是跳转index模块
最佳答案
评论( 相关
后面还有条评论,点击查看>>