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

Re: [cobalt-users] ErrrorDocument (help)



Hi:)

Many thanks.. but I just upload the .htaccess file  like this:

Options
ErrorDocument 401 /error401.html
ErrorDocument 403 /error403.html
ErrorDocument 404 /error404.html
ErrorDocument 500 /error500.html

in my root directory (/web) , but when I try to enter to my site not open my
index.html:(
appears the following error:

"The server encountered an internal error or misconfiguration and was unable
to complete your request. "

Regards
Fabian


----- Original Message -----
From: "inc" <inc@xxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, February 14, 2001 9:40 PM
Subject: 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
>
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>