Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: 404 Errors in Internet Explorer Only


chrishajer
Participant

@chrishajer

noyz319: the site loads for me in Firefox and IE, but when checking the server response from the command line, it gives a 404 error.

u35452940:~ > time curl -I clutchmagonline.com/forums/
HTTP/1.1 404
Date: Wed, 13 Feb 2008 18:14:13 GMT
Server: Apache
Cache-Control: no-cache, must-revalidate, max-age=0
Expires: Wed, 11 Jan 1984 05:00:00 GMT
Pragma: no-cache
X-Pingback: http://clutchmagonline.com/xmlrpc.php
Set-Cookie: PHPSESSID=cec9b723687a4a88fc83b4a528c2017a; path=/
Last-Modified: Wed, 13 Feb 2008 18:14:15 GMT
Content-Type: text/html; charset=UTF-8

real 0m1.550s
user 0m0.004s
sys 0m0.000s

Is it possible that you have an .htaccess file with rewrite rules that would do something like this? That’s kind of interesting that it returns a 404 error but still loads the forum. Maybe there’s an ErrorDocument directive that directs the 404 error to the forum index page?

Weird.

The server response has been consistent though between IE, FF and command line, so I wouldn’t worry too much about the fact that it only happens sometimes. There is one thing making the 404 error happen on all browsers. I wonder what that is…

Skip to toolbar