[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Custom 404 messages.
- Subject: Re: [cobalt-users] Custom 404 messages.
- From: "Carrie Bartkowiak" <ravencarrie@xxxxxxxx>
- Date: Sun Jun 24 22:47:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Is there a better way ?
In the srm.conf, just change the ErrorDocument lines to something like
ErrorDocument 404 /404.html
Then have him drop a customized file with the name of 404.html into
each site's directory.
The same can be done with the other ErrorDocument lines as well.
If he gives the sites OverrideAll, then he doesn't even need to change
the ErrorDocument lines, he can just drop in an .htaccess file with
his own customized lines in it and then call the page whatever he
wants.
HTH!
CarrieB