nginx
#請複製下面偽靜態配置到nginx配置檔案中:
#規則適合PbootCMS V2.0+版本
location / {
if (!-e $request_filename){
rewrite ^/(.*)$ /index.php?p=$1 last;
}
}
nginx
#請複製下面偽靜態配置到nginx配置檔案中:
#規則適合PbootCMS V2.0+版本
location / {
if (!-e $request_filename){
rewrite ^/(.*)$ /index.php?p=$1 last;
}
}