[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Page Not found on Raq3
- Subject: Re: [cobalt-users] Page Not found on Raq3
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Thu Apr 26 03:38:10 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Can anyone tell me how to create a standard page not found when a
user tried
> an extension to a site on my raq3?
In the 'web' folder for the site, drop in an .htaccess file with this
line:
ErrorDocument 404 /404.html
Then just make your 404.html page and drop it in the 'web' folder as
well.
If you want a page that is system-wide, see your srm.conf file or
access.conf file (I forget which one now) in /etc/httpd/conf/
CarrieB