Tyler Bird wrote:
but I am also trying to allow .htaccess in sub directories

<Directory /b>
   AllowOverride All
</Directory>


This is the mod_perl rather than apache mailing list :-)

But are you getting confused between <Directory> and <Location> for a start?

It should be <Directory /path/to/htdocs/subfolder> - checking the 2.2 docs you can only use the directive within <Directory> sections which means you'll have to list all your subdirs - or maybe see if you can dynamically configure them via a <Perl> section.

Carl

Reply via email to