[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ4 - shared SSL and .cgi/.pl
- Subject: Re: [cobalt-users] RaQ4 - shared SSL and .cgi/.pl
- From: "Martin Allen" <martin@xxxxxxxxxxxxxxxxxx>
- Date: Tue Oct 17 16:41:01 2000
- Organization: Cloud Nine
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> oh yeah... does anyone know how to setup local over-rides for the
> 404 error page; e.g., custom error pages on a siteN by siteN basis?
Create a ".htaccess" file in the root (/web) directory of your chosen
site with the following line in :-
ErrorDocument 404 URL
replace URL with your error page.
Martin