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

Re: httpd.conf problem


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


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.