Forum Moderators: open
i recently added a custom 404 error page on my server and now when i check the logs i see a considerable number of Agents hitting it.
Is this normal? i mean when i surf the site its navigates all right..i dont have any commented links or anything..could it be cached urls in the search engines trying to get to the old pages?
Thank you.
Make sure your server is returning the correct 404-Not Found status when it serves your custom 404 page. A very common configuration error can cause your server to return a 200-OK status, in which case, the user-agent thinks it is a "real page."
Try accessing a page that you know not to exist using the Server Headers checker [webmasterworld.com], and verify the correct response code when your custom 404 page is served.
Jim
there a problem with the 404 custom page the servers headers give me a 302 status..sometimes 200 status
I noticed that say a file is XYZ.asp
if i request XYZ.htm i get 200 status
if i request XYZQRT.asp i get a 302 status
I have set the 404 page as a URL with a relative path in the Int. Services Manager.
'appreciate the replies