5ilan.com 发表于 2012-2-2 23:47:24

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;
      }

这个问题出现一个月了实在是解决不了!求大家帮助啊不知道的也可以帮我顶起啊

licess 发表于 2012-2-3 09:17:16

据说dzx2 的都是301

5ilan.com 发表于 2012-2-3 11:04:34

测试了好几个都是200啊
页: [1]
查看完整版本: LNMP没有配置过网站出现301