pbootcms伪静态规则设置教程
location / {
if (!-e $request_filename){
rewrite ^/(.*)$ /index.php?p=$1 last;
}
}
想了解更多关于pbootcms伪静态规则设置教程的内容,关注我们!
location / {
if (!-e $request_filename){
rewrite ^/(.*)$ /index.php?p=$1 last;
}
}
想了解更多关于pbootcms伪静态规则设置教程的内容,关注我们!