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

Re: [cobalt-users] Server wide custom 404



Carrie,

Here's what I changed mine to:
#Changed so that users can automatically set their own error files without
#using an .htaccess file. Original lines are commented below for debugging
ErrorDocument 401 /401.html
ErrorDocument 403 /403.html
ErrorDocument 404 /404.html
#We leave 500 as-is so that people can better debug scripts
ErrorDocument 500 /cobalt_error/internalServerError.html

Works like a charm.  Thanks a bunch Carrie!!

Brian