修改nginx.conf 文件
location / {
//转发规则
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;
}
}
修改nginx.conf 文件
location / {
//转发规则
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;
}
}
本文标题:nginx下thinkphp5项目路由无效问题
本文链接:https://www.haomeiwen.com/subject/rysyuqtx.html
网友评论