IE8不处理301从非www页面redirect

在Firefox中,一切工作很好: http : //www.laddercapital.com工作正常,并http://laddercapital.comredirect到www网站。

在IE8中,神秘地, http://laddercapital.com显示错误“Internet Explorer无法显示网页”

我检查了这里的服务器头: http : //www.stepforth.com/resources/server-header-checker-tool – 它报告301redirect。

到底是怎么回事?

谢谢!

我的最后没有什么是错的。 正确configuration。

buggedtech:~ icasimpan$ curl -I http://laddercapital.com HTTP/1.1 301 Moved Permanently Content-Type:text/html; charset=iso-8859-1 Content-Length: -1 Location: http://www.laddercapital.com/ Date: Sat, 29 Jan 2011 00:45:12 GMT Server: Apache buggedtech:~ icasimpan$ curl -I http://www.laddercapital.com HTTP/1.1 200 OK Content-Type: text/html; charset=UTF-8 Content-Length: -1 Date: Sat, 29 Jan 2011 00:45:23 GMT Server: Apache X-Pingback: http://www.laddercapital.com/xmlrpc.php 

希望有所帮助,

伊斯梅尔·卡西姆潘:)

IE 8在这里工作正常,它被redirect到www你确定它不是一个本地的问题?