These are easy to create using the .htaccess
file. Just include lines of the following format in your file.
ErrorDocument 404 /missing.html
This causes the file “missing.html” to be displayed whenever a 404 error occurs.
You may include any of the following error codes:
401 Authorization required 403 Forbidden 404 Page not found 500 Page not available 501 Not implemented