[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Server wide custom 404
- Subject: RE: [cobalt-users] Server wide custom 404
- From: "Russell" <rga@xxxxxx>
- Date: Sun Dec 17 21:23:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> ErrorDocument 404 /error/fileNotFound.html
> ErrorDocument 401 /error/authorizationRequired.html
> ErrorDocument 500 /error/internalServerError.html
I would assume this is the individual site .htaccess method
This was posted earlier:
For: raq4r
For global changes across the entire server, change the .htaccess data in
your srm.conf file: /etc/httpd/conf directory
Then tell your users just to put the files you specify into their Web
directory - that way they (or you) don't have to do custom .htaccess files
for each site, and end up breaking the FP extensions again.