WordPress固定链接配置问题
WordPress设置了固定连接,然后在nginx配置文件添加了
location / {
try_files $uri $uri/ /index.php?$args;
}
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
然后后台页面进不去了。
location / {
try_files $uri $uri/ /index.php?$args;
}
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
然后后台页面进不去了。
0 个回复