Try the following:
Code:
<Limit GET POST>
order allow,deny
allow from all
</Limit>
I wanted to use a 'deny from none' statement, but as far as I know it doesn't exist. In fact putting it into htaccess can cause an undesirable delay as Apache tries to resolve the address of the URI 'none'.
The above code should allow your lower level folders access by anyone.
.