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

[cobalt-developers] Re: Custom Error messages (was AllowOverride (.htaccess) on RaQ 4)



Instead of modifying the config file for the server, you can give the directives in a .htaccess file in the root web directory of the server you 
wish to modify.

Here is a site contains additional info: http://baremetal.com/gadgets/htaccess/

John


********** Original message **********
From: "F. Lunde" <fl@xxxxxxxxxxxxxxxxxxxxx>
Subject: [cobalt-developers] AllowOverride (.htaccess) on RaQ 4

I can't sort out how to make custum ErrorDocuments for just one site. I've
searched through old postings, but the the answers are not showing how to
just do this for one site. I've looked at Apaches documentation, and came up
with this.
<Directory />
Options None
AllowOverride AuthConfig Indexes Limit FileInfo
AuthFailDelay 2000000
</Directory>
The server is a webhotel, and I'm a bit nervous about doing this change in
the "access.conf". Will this work? is there a security problem to this? is
there any other way of doing this?