[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] ErrrorDocument (help)
- Subject: Re: [cobalt-users] ErrrorDocument (help)
- From: "inc" <inc@xxxxxxxxxxxxx>
- Date: Wed Feb 14 15:53:03 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> ErrorDocument 401 /error401.html
> ErrorDocument 403 /error403.html
> ErrorDocument 404 /error404.html
> ErrorDocument 500 /error500.html
what's the rest of your .htaccess file? just these lines?
at the minimum you must have:
Options
as the first line.
ie
Options
ErrorDocument 401 /error401.html
ErrorDocument 403 /error403.html
ErrorDocument 404 /error404.html
ErrorDocument 500 /error500.html