装好lnmp,搬家wordpress,除了首页其它页面都是404,求救军哥!!!
server{
listen 80;
server_name www.hucheba.com;
index index.html index.htm index.php default.html default.htm default.php;
root/home/wwwroot/;
include wordpress.conf;
location ~ .*\.(php|php5)?$
{
fastcgi_passunix:/tmp/php-cgi.sock;
fastcgi_index index.php;
include fcgi.conf;
}
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}
location ~ .*\.(js|css)?$
{
expires 12h;
}
access_log off;
}
哪里有问题吗?请军哥帮忙看看!谢谢! 配置没有问题,执行/usr/local/nginx/sbin/nginx -t看一下
我的也是这个问题,但没有解决。
执行军兄的命令后,问题依然没有解决。不知有什么其他好的办法。 后台应该不是404 XX.XX.CCC /wp-admin修改固定链接为默认. 进后台先改成默认,然后再改回来。
页:
[1]