nginx.htaccess 伪静态,记得要重启才生效 location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; break; } }