location / {
index index.php index.html;
if (!-e $request_filename)
{
rewrite ^/(.+)$ /index.php?p=$1 last;
}
}
nginx wordpress 伪静态
未经允许不得转载:优惠吧 » nginx wordpress 伪静态
location / {
index index.php index.html;
if (!-e $request_filename)
{
rewrite ^/(.+)$ /index.php?p=$1 last;
}
}
评论前必须登录!
注册