|
How Can I ... Add a custom 404 page (file not found) page to my site? |
|
What does 404 mean? 404 is an error message that means that the page you asked for has moved or been deleted, or that you have typed the address incorrectly. |
|
You can ease the pain, when this happens by creating a custom 404 page. A "Custom 404 Not Found Page" is nothing more than a HTML page, that you design to look like the other pages of your Web site. This Custom 404 Page replaces the page the default one generated by your Web host. Before you waste a lot of time learning about how to make a custom 404 error page, send an e-mail to your Web host and ask: (1) If they support custom 404 error page? (2) If yes, what procedures should you follow to implement one? Rules for a Custom 404 Error Page:
Assuming that your Web host supports custom 404 error pages, your next task is to create your 404 error page. See my 404 error page for an example. Guidelines I suggest for your error page:
Before you proceed to the next step you need to determine the software you host is using. If you don't know visit this site Netcraft Uptime and enter your URL. For example, this site http://www.1stsitefree.com/ is running Microsoft-IIS/5.0 on Windows 2000. If you're Web host is using Windows 2000 (IIS version 4 and up) to host your site, you'll have to ask your host's customer service to change this information for you. Just send them the URL of your 404 page, and ask them to set it as your custom 404 page. If you're Web host is UNIX or Apache to host your site, you may or may not be able to implement a 404 custom 404 page yourself. Send an e-mail to your Web host and ask: (1) If they support custom 404 error page? (2) If yes, what procedures should you follow to implement one? If they say yes, but you have to do it yourself. Follow these instructions:
|