![]() |
610 W Hubbard, Suite 125 |
|
Custom Error Documents If the file does not already exist in your /public_html directory, create one called .htaccess
Add the following
three lines in that file: The next step is
to create your three custom files.
403error.html is used when the viewer is trying to access restricted files. Sample text to include would be: 403 Error - Forbidden!
404error.html is used when the viewer enters a file name that does not exist or is missing. This is the most common error. Sample text to include would be: 404 Error - Document
Not Found! 500error.html is used when the view calls a program (usually a CGI) that is misconfigured or cannot execute for some reason. Sample text to include would be: 500 Error - Internal
Server Error!
|