pbootcms官方nginx伪静态设置如下图:
以Nginx环境为例,创建一个二级目录test,一个主目录,那么伪静态规则如下:
#请复制下面伪静态配置到nginx配置文件中:
#规则适合PbootCMS V2.0+版本
location /test/ { if (!-e $request_filename){ rewrite ^/test/(.*)$ /test/index.php?p=$1 last; }}location / { if (!-e $request_filename){ rewrite ^/(.*)$ /index.php?p=$1 last; }}
转载请注明来源网址:
希望以上内容对你有所帮助!如果还有其他问题,请随时提问。 各类知识收集 拥有多年CMS企业建站经验,对 iCMS, Fastadmin, ClassCMS, LeCMS, PbootCMS, PHPCMS, 易优CMS, YzmCMS, 讯睿CMS, 极致CMS, Wordpress, HkCMS, YznCMS, WellCMS, ThinkCMF, 等各类cms的相互转化,程序开发,网站制作,bug修复,程序杀毒,插件定制都可以提供最佳解决方案。