[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] 404 Question
- Subject: RE: [cobalt-users] 404 Question
- From: "Dee Dreslough" <dee@xxxxxxxxxxx>
- Date: Mon Nov 20 13:41:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>-----Original Message-----
>Subject: Re: [cobalt-users] 404 Question
>> How you customize the default 404 page?
>Look for the file "FileNotFound.html" and change it. But I suggest NOT
>doing it (warranty void!)
You can also add to .htaccess for a particular site:
ErrorDocument 404 /404.html
(or whatever the filename is you'd like to use instead)
If you add this to the .htaccess for each of your clients' sites, they can
use their own custom 404 pages. All they have to do is upload a custom file
named 404.html to their /web directories and this will replace the default
404 for their site.
-Dee Dreslough