阿里云云虚拟主机Nginx系统,如何配置伪静态
在这里添加伪静态规则:
1location / { 2 if (!-e $request_filename){ 3 rewrite ^/(.*)$ /index.php?p=$1 last; 4 } 5} |
阿里云云虚拟主机Nginx系统,如何配置伪静态
在这里添加伪静态规则:
1location / { 2 if (!-e $request_filename){ 3 rewrite ^/(.*)$ /index.php?p=$1 last; 4 } 5} |
下一篇:pbootcms伪静态教程