I saw several htaccess example disabling some files to access:
order deny,allow deny from all
Did you try setting a
deny from all
outside (before) the tag, then changing the
to
allow from all
inside? Something like
deny from all order allow,deny allow from all