Trium918 Posted March 4, 2008 Share Posted March 4, 2008 How to change the error document 404 Page Not Found? I have designed an error page to replace it. Link to comment https://forums.phpfreaks.com/topic/94323-page-not-found/ Share on other sites More sharing options...
pocobueno1388 Posted March 4, 2008 Share Posted March 4, 2008 Look in your hosts control panel, usually there will be a place where you can change it. Link to comment https://forums.phpfreaks.com/topic/94323-page-not-found/#findComment-483058 Share on other sites More sharing options...
discomatt Posted March 4, 2008 Share Posted March 4, 2008 Using .htaccess (assuming nix) http://www.totallyphp.co.uk/tutorials/custom_error_pages_using_htaccess.htm Link to comment https://forums.phpfreaks.com/topic/94323-page-not-found/#findComment-483059 Share on other sites More sharing options...
The Little Guy Posted March 4, 2008 Share Posted March 4, 2008 create an htaccess file and add this: ErrorDocument 404 /notfound.html Link to comment https://forums.phpfreaks.com/topic/94323-page-not-found/#findComment-483070 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.