tp5 apache 转 nginx 需要配置的伪静态
location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } }
let the world have no hard-to-write code ^-^
location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } }