windows下只能打开首页其他404
2019-05-14 本文已影响0人
Qfey_k
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;
}