View Single Post
  #1  
Old 12-08-2012, 10:06 AM
helenp helenp is offline
New Member
 
Join Date: Mar 2012
Posts: 7
Default Deny accss to a log file using .htaccess

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
Reply With Quote