阿里云Nginx系統(tǒng)虛擬主機,pbootcms如何配置偽靜態(tài)
在這里添加偽靜態(tài)規(guī)則:
location / { if (!-e $request_filename){ rewrite ^/(.*)$ /index.php?p=$1 last; } }
最后點“保存設(shè)置”就搞定了!
原文鏈接:http://www.linsheng888.cn/blog/467.html,轉(zhuǎn)載請注明出處。
阿里云Nginx系統(tǒng)虛擬主機,pbootcms如何配置偽靜態(tài)
在這里添加偽靜態(tài)規(guī)則:
location / { if (!-e $request_filename){ rewrite ^/(.*)$ /index.php?p=$1 last; } }
最后點“保存設(shè)置”就搞定了!
原文鏈接:http://www.linsheng888.cn/blog/467.html,轉(zhuǎn)載請注明出處。
評論0