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

Re: [cobalt-users] RaQ4 - shared SSL and .cgi/.pl



> 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