PbootCMS网站nginx伪静态规则

nginx

#请复制下面伪静态配置到nginx配置文件中:
#规则适合PbootCMS V2.0+版本

location / {
	if (!-e $request_filename){
		rewrite ^/(.*)$ /index.php?p=$1 last;
	}
}

 

posted @ 2024-09-12 18:19  黄文Rex  阅读(32)  评论(0编辑  收藏  举报