IE pukes on my page
January 3, 2006 7:20 PM   RSS feed for this thread Subscribe

My main page opens fine in Safari and Firefox for Win and Mac, but acts like I am trying to download a file in IE. Any suggestions?
posted by spartacusroosevelt to computers & internet (2 comments total)
I'm not near an IE-equipped machine at the moment, but it sounds like a problem with your MIME type.
posted by odinsdream at 7:24 PM on January 3, 2006


Yep, your server is sending back a bad Content-Type header - here's a raw HTTP session:

Nics-PowerBook:~ % telnet www.spartacusroosevelt.com 80
Trying 82.165.193.250...
Connected to www.spartacusroosevelt.com.
Escape character is '^]'.
GET / HTTP/1.0
Host: www.spartacusroosevelt.com

HTTP/1.1 200 OK
Date: Wed, 04 Jan 2006 03:42:48 GMT
Server: Apache/1.3.33 (Unix)
X-Pingback: http://www.spartacusroosevelt.com/wordpress/xmlrpc2.php
X-Powered-By: PHP/4.4.1
Connection: close
Content-Type: ; charset=utf-8


Then it returns your home page, which looks fine. The problem is that last response header, which should have "text/html" between the colon and semicolon. Something's wrong in your Apache or PHP setup.
posted by nicwolff at 7:46 PM on January 3, 2006


« Older What's a good, very basic pain...   |   Please recommend a motherboard... Newer »
This thread is closed to new comments.