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

© 版权声明
请勿商业运营,违法使用和传播!仅供研究学习使用!
THE END
阿里云云虚拟主机Nginx系统,如何配置伪静态
在这里添加伪静态规则:
location / {
if (!-e $request_filename){
rewrite ^/(.*)$ /index.php?p=$1 last;
}
}

暂无评论内容