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

Re: [cobalt-users] Page Not found on Raq3



> 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