Bookmark This Site

.htaccess Error Pages Generator

.htaccess Error Pages Generator
What is this tool?
Generate your .htaccess error pages data with this simple, easy to follow tool.

Why is it useful?
If a user tries to visit a directory on your website and the web server can not complete the request (i.e. throws an error), you can redirect them to a custom page that explains the error instead of having the user look at the generic error page.

Brief description of the errors:
401: Authorization Required
Someones tried to access a password protected area but did not provide correct user/pass info.

403: Forbidden
This person is blocked from requesting the document.

404: File Not Found
Self explanitory.

500: Internal Server Error
Usually, this means the cgi script being used crashed.

Please fill in the location of the custom error page to redirect the user to if the specified error is thrown.

* Note: You may either put in a value like /404.html or http://www.your-domain.com/404.html for the location of your files.

401: Authorization Required

403: Forbidden

404: File Not Found

500: Internal Server Error