#include enable-php.conf;
include enable-php-pathinfo.conf;
location /{
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php/$1 last;
}
}
#include enable-php.conf;
include enable-php-pathinfo.conf;
location /{
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php/$1 last;
}
}
本文标题:CI 在lnmp1.3中的nginx 中显示 404 路由无效
本文链接:https://www.haomeiwen.com/subject/hlfiohtx.html
网友评论