LNMP没有配置过网站出现301
不知道是什么问题网站出现301我没有配置过啊 安装的DZ X2
server
{
listen 80;
server_name 5ilan.com bbs.5ilan.com www.5ilan.com;
index index.html index.htm index.php default.html default.htm default.php;
root/home/wwwroot/5ilan.com;
include discuz.conf;
location ~ .*\.(php|php5)?$
{
fastcgi_pass127.0.0.1:9000;
fastcgi_index index.php;
include fcgi.conf;
}
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
}
location ~ .*\.(js|css)?$
{
expires 12h;
}
access_log off;
}
这个问题出现一个月了实在是解决不了!求大家帮助啊不知道的也可以帮我顶起啊 据说dzx2 的都是301 测试了好几个都是200啊
页:
[1]