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

[cobalt-users] .htaccess ErrorDocument problem



Hey all,

I just tried to make a .htaccess file for my ErrorDocs, but somehow it
doesn't work on my 4r. This is the file I'm using:

ErrorDocument 401 /home/sites/home/web/401.html
ErrorDocument 403 /home/sites/home/web/403.html
ErrorDocument 404 /home/sites/home/web/404.html
ErrorDocument 500 /home/sites/home/web/500.html

However, when I access my site after placing the .htaccess file in the /web
dir, I encounter an 500 Internal Server Error. All customized error pages do
exist on the specified location. The error log shows the following:

[Sat Mar  3 15:25:06 2001] [alert] [client 62.216.4.38]
/home/sites/home/web/.htaccess: ErrorDocument not allowed here

Anyone knows what's wrong?

Thanx in advance,

Jeroen