pbootcms Nginx 伪静态_吻月科技
您的当前位置: 首页 > 技术知识 > 优化知识

pbootcms Nginx 伪静态

时间:2024-03-12 20:41:18

#1.X版本使用如下规则:


location / {


if (!-e $request_filename){


rewrite ^/(.*)$ /index.php/$1 last;


}


}




#2.X+版本使用如下规则:


location / {


if (!-e $request_filename){


rewrite ^/(.*)$ /index.php?p=$1 last;


}


}




客户案例
关于我们
技术知识
新闻动态
联系我们

电话:

Copyright © 2012-2020 wenyue. 吻月科技 版权所有备案号:皖ICP备2020016822号-5