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

[cobalt-users] .htaccess error document help?



Hi,

I have been running raq2 and raq3's for some time now and have just began
migrating to raq4's. The problem I am having is I always set up each site
with a custom .htaccess file in the web directory to redirect 404's to a
script which loads a predefined page by the customer. This has worked fine
on the older RaQ's but now when I install it on a RaQ4 I get an internal
server error. I am guessing that something is turned off or different in
Apache now. Here is what the file looks like:

ErrorDocument 401 /cgi-bin/errorbot.cgi?401
ErrorDocument 403 /cgi-bin/errorbot.cgi?403
ErrorDocument 404 /cgi-bin/errorbot.cgi?404
ErrorDocument 500 /cgi-bin/errorbot.cgi?500

It calls a script to feed the page but apparently the RaQ4 is configured to
not allow it.

Does anyone know how to turn this back on or the best way to have custom
error pages for each site instead of the generic cobalt?

Thanks for your time

Shon