Custom Error Page
Make sure that your site is
using a custom Error 404
Page. This page will come
up whenever a request is made
for a page that does not exist
on your site. If your site
is hosted on a Unix-based web
host, it's pretty easy to set up
- just add the following line to
your .htaccess file:
ErrorDocument 404 http://www.yourdomain.com/pagename.htm
Substitute your domain name,
and page name, and create and
upload a page with this name to
your site. The next time a
requested page does not exist,
your Custom Error page will show
up.
If your site is hosted on an
NT Server, you may have to
request that your Internet
Presence Provider configure the
custom error page for you.
Some providers will charge you
for this, while others will
include this service for free.
Related Pages

