planetphillip Posted June 19, 2004 Posted June 19, 2004 HI, I want to create a 404.php and have the server use that instead of the 404.shtml page. I've tried a couple of options: 1. cretae the 404.php and delete the 404.shtml page - doesn't work. Goes to a generic error page. 2. redirect the 404.shtml to the 404.php page. That also doesn't work. It goes to the same generic error page with an additonal error. Does anybody know what I need to do? TIA Phillip Quote
TCH-Dick Posted June 19, 2004 Posted June 19, 2004 Add the following to your .htaccess file. ErrorDocument 404 /404.php Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.