Click to return to home page
Richard Lowe Jr Home

Custom Error Pages

These are easy to create using the .htaccess file. Just include lines of the following format in your file.

ErrorDocument 404 /missing.html

This causes the file "missing.html" to be displayed whenever a 404 error occurs.

You may include any of the following error codes:

401 Authorization required
403 Forbidden
404 Page not found
500 Page not available
501 Not implemented

Additional Resources


Unless otherwise noted, all photos and text is Copyright © Richard G Lowe, Jr.