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

Re: [cobalt-users] Custom 404 messages.



> 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