Custom Error Documents

Knowledge Base Entry: #41
^Top
<< Back
Mobile-Menu










Custom Error Documents
Category: Apache2/HTAccess
Author: Bugfish
Created at: 2020-08-26 01:18:27
Modified at: 2025-09-19 17:25:46
Directs Hits: 748

Enter this in your Websites .htaccess main directory to let the server redirect
HTTP404 Errors or misc to a specified site.

ErrorDocument 400 /error/400.php
ErrorDocument 401 /error/401.php
ErrorDocument 403 /error/403.html
ErrorDocument 404 /error/404.php
ErrorDocument 500 /error/405.php

This is just an example where for 404 errors the page /error/400.php will be loaded.
The url will stay the same - user will not this redirect in the url bar.

Caution: I do not guarantee the reliability of the information given here, the code described on this page is executed at your own risk and in the event of damage or other unforeseeable consequences I am in no way responsible or liable.
This Website is using Session Cookies for Site Functionality.