484
阿里云云虚拟主机Nginx系统,如何配置伪静态
location / { if (!-e $request_filename){rewrite ^/(.*)$ /index.php?p=$1 last; }}