my customised 404 error page is returning a 200 success code apparently as I get this message It appears that the Web site delicious-webdesign.com is returning an HTTP 200 status response code in the header of 404 pages. see http://www.delicious-webdesign.com/custom_page.html anyone got an idea how to remedy this ? I have linux servers so believe the only way is to contact my hosting company
I think I have found the solution to this the .htaccess file needs to have the syntax ErrorDocument 404 /custom_page.php instead of ErrorDocument 404 fulldomainname/custom_page.php