How to create a custom 404 page

If your server doesn’t have one of those custom 404 (the error when a page is missing) error page option in the control panel, add this line to your .htaccess file

ErrorDocument 404 /error.html

Just make sure you actually create a page called error.html!

Leave a Comment