只需要在server里面加上
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php/$1 last;
break;
}
只需要在server里面加上
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php/$1 last;
break;
}
转载于:https://www.cnblogs.com/BearLee/p/9520794.html