Newbie dot Org HomePage
Visit one of our web buddies
Newbie dot Org
Code Snippets

.htaccess
Redirect ErrorDocument pages

Here is how you can control what pages your visitors see when errors occur.
Throw a modified version of the below into your .htaccess and away you go.


ErrorDocument 400 /my400page.html
ErrorDocument 401 /my401page.html
ErrorDocument 403 /my403page.html
ErrorDocument 404 /my404page.html

Posted by Staunch on 04/30/01 at 05:39:26