找到nginx配置文件,加入以下代码:
location / { if (!-e $request_filename){ rewrite ^/(.*)$ /index.php?s=/$1 last; break; } }
再次访问即可!