ccloving 发表于 2012-11-3 19:27:29

如果wordpress伪静态遇到后台都打不开的情况请这么办

如果你在安装了wordpress后,发现后台的链接都打不开,那就在/usr/local/nginx/conf/wordpress.conf里的最下面加入:rewrite /wp-admin$ $scheme://$host$uri/ permanent;


重启LNMP就可以了。
页: [1]
查看完整版本: 如果wordpress伪静态遇到后台都打不开的情况请这么办