[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] How do I trap 404 errors on a web site



Ahoy Bruce

You ask:

> How can I identify 404 errors and redirect them to the
> home page?

Create a file in your home directory named .htaccess (note that the name
begins with a period).

In this file, put:

ErrorDocument 404 /index.html

Aloha and Melly Kalikimake