How do display a custom 404 error page?
• Create a directory named “error” in your “htdocs” directory. • Then in this new directory create a page named “404.html”. For example, if your username is “jbloggs” then your 404 error page should be located at: “http://www.jbloggs.devisland.net/error/404.html”. • Now create a file called “.htaccess” in your “htdocs” directory, containing the following line: ErrorDocument 404 “/error/404.