Forum Moderators: phranque

Message Too Old, No Replies

Custom 404 Problems

Server Header Checker Results

         

VictorE

4:26 pm on Jun 3, 2003 (gmt 0)

10+ Year Member



I thought my website was properly serving up 404 pages until I ran the server header checker [searchengineworld.com]. The results of this tool showed that I am serving up 200 [ok] messages instead of 404 messages.

My website is running on Apache Version 1.3.27. I checked Apache's ErrorDocument documentation [httpd.apache.org], and it appears that I have set everything up properly in my .htaccess file.

Here is the line that is in my .htaccess file:

ErrorDocument 404 /custom404.asp

Does anyone have any suggestions?

jdMorgan

10:31 pm on Jun 3, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



VictorE,

You might want to check your custom404.asp script and make sure that it does not explicitly change the server response header itself.

You ErrorDocument directive looks correct.

Jim

VictorE

9:46 pm on Jun 16, 2003 (gmt 0)

10+ Year Member



My host says this problem with server headers is caused by a limitation or configuration issue with ChiliSoft ASP.

Has anyone else had any experience with this?

Thanks!