location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
index index.html index.htm index.php;
}
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
}
index index.html index.htm index.php;
}
本文标题:windows下只能打开首页其他404
本文链接:https://www.haomeiwen.com/subject/wmcyaqtx.html
网友评论