* Brad Nicholes wrote:
> Could somebody clarify this? The documentation for AllowOverride
> states that the default for the directive is "AllowOverride All".
That's right as far I can see.
> But if you add an alias to a directory and do not include a <Directory
> ..> block for the aliased directory or if you simply exclude the
> AllowOverride directive from the <Directory...> block, Apache will
> ignore the .htaccess file even if it exists.
ehm...sorry,
maybe you forgot to remove the default
<Directory />
AllowOverride None
<Directory>
container...?
> The default in create_core_dir_config() is to set the override field
> to OR_UNSET.
huh?
conf->override = dir ? OR_UNSET : OR_UNSET|OR_ALL;
nd
--
package Hacker::Perl::Another::Just;print
qq~@{[reverse split/::/ =>__PACKAGE__]}~;
# Andr� Malo # http://www.perlig.de #