Perlaccess : Tutorials
Complete List of Error Codes (8.11)
by Jacob A. Wheeler
http://www.bigresources.com

Complete list of Error Numbers

(.htaccess file - can create in notepad, or dos 'edit')
ErrorDocument 400 http://www.domain.com/badrequest.html
ErrorDocument 401 http://www.domain.com/no_auth.html
ErrorDocument 403 http://www.domain.com/forbidden.html
ErrorDocument 404 http://www.domain.com/not_found.html
ErrorDocument 500 http://www.domain.com/server_error.html

NOTE: Be sure to update domain.com with your domain name!

Error Document Definitions:
400 :: Apache does not understand the request the user is trying to make.
401 :: The user has failed authentication through an Htaccess login.
403 :: The user is trying to access a forbidden area on the server.
404 :: The requested file could not be found.
500 :: An internal server error has occured.

Main Index

<< Back