nanxiaobei 发表于 2011-4-26 12:45:01

装好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;

}

哪里有问题吗?请军哥帮忙看看!谢谢!

licess 发表于 2011-4-26 22:21:53

配置没有问题,执行/usr/local/nginx/sbin/nginx -t看一下

avadar 发表于 2011-10-12 23:09:33

我的也是这个问题,但没有解决。

执行军兄的命令后,问题依然没有解决。不知有什么其他好的办法。

Bigcar 发表于 2011-10-13 03:17:30

后台应该不是404            XX.XX.CCC /wp-admin

修改固定链接为默认.

剑书 发表于 2011-10-13 19:15:24

进后台先改成默认,然后再改回来。
页: [1]
查看完整版本: 装好lnmp,搬家wordpress,除了首页其它页面都是404,求救军哥!!!