On Fri, Sep 12, 2003 at 09:41:06AM +0200, Peter Rendl wrote: > The option "AllowOverride" is completely ignored if placed inside a > directory- > container using regular expression, like "DirectoryMatch" or "Directory ~".
Alas, this is how it is supposed to be. http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride AllowOverride is valid only in <Directory> sections specified without regular expressions, not in <Location>, <DirectoryMatch> or <Files> sections. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

