Hi,
I am trying to deny access to a logfile for paypal, and it seems it does not work to do so.
I have tried this:
<Files ~ "\.(log)$">
order allow,deny
deny from all
</Files>
I have also tried other similar, blocking only the particular file and nothing works.
Thanks