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

Re: [cobalt-users] ErrrorDocument (help)



> 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