apache
nginx
1.nginx.conf 或者虚拟域名下
location / { // …..省略部分代码 if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=$1 last; break; }}