我们今晚正在转移服务器,我们开始了这个过程。新的DNS已经解决了所有问题,但是如果您输入网站名称localreviewengine.com。它将它踢到http//localreviewengine.com
(所以真的,http://http//localreviewengine.com
)。
会导致什么?这是一个wordpress安装,并且数据库中的Sitename和Home设置正确,CPanel中没有重定向,并且htaccess看起来很好吗?
编辑:看起来localreviewengine.com/readme.html可以正常工作..?
答案 0 :(得分:1)
观察此网站的响应标题会让人有点暗淡:
~ # curl -I "http://localreviewengine.com/"
HTTP/1.1 301 Moved Permanently
Date: Sat, 01 Dec 2012 01:57:11 GMT
Server: Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
X-Powered-By: PHP/5.2.17
Location: http://http://localreviewengine.com
Content-Type: text/html
正如您所见,网络服务器正在重定向到http://http://localreviewengine.com
这是配置中的拼写错误/不正确的协议前缀。
检查您的apache配置或(最有可能)您的文档根目录.htaccess
您是否为移动过程添加了任何重定向/重写?例如we're moving our site, come back when the 5.000 machines are finally up and running again? (hopefully)