>>>>> "is" == indrek siitan <[EMAIL PROTECTED]> writes:
is> is that normal behaviour, that if I have a <VirtualHost> defined
is> with DocumentRoot set to for example /www/hosts/www.foo.com, then
is> /www/hosts/.htaccess (what is above the DocumentRoot) will affect
is> the VirtualHost configuration?
yes it is normal. the .htaccess files are searched in the disk paths,
not URL paths. If you don't want that to search, then set options
override to off for "/" and then enable it for your virtual
directories. This is an optimization you *really* want to do to
avoid scanning your entire directory tree for every request looking
for these files.