Configuring .htaccess FaQ - Custom Website Error messages
This will result in a specified webpage being loaded when a surfer goes to an invaild page.
For example if the page he requested is not available the file in /errors/notfound.html will be loaded instead of the default error messages.
ErrorDocument 400 /errors/badrequest.html
ErrorDocument 401 /errors/authreqd.html
ErrorDocument 403 /errors/forbid.html
ErrorDocument 404 /errors/notfound.html
ErrorDocument 500 /errors/serverr.html
Back to FaQ Section
|
|