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.
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.
Comments
System - 2022-08-17 03:19:16
Thanks for visiting my page and have a nice day!