HOW?
Make your custom page and upload it to your server. Look on your server for a file called .htaccess using your FTP program. If you do not find one, create a new file in notepad and name it .htaccess -- upload this file to your server's root directory.
Now, you will need to add a special line to the file to make your custom error page work. Click on the file on your server and click the "edit" button. Add the following text to a new line:
ErrorDocument 404 http://www.yourdomain.com/custom-error.html
That's all there is to it! This "may" not work on some servers,
but you never know until you give it a try.
No More Errors!

