[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
- Subject: Re: [cobalt-users] How do I trap 404 errors on a web site
- From: "WebMost" <dbugger@xxxxxxxxxxx>
- Date: Tue Dec 19 09:27:50 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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