# Prevent Direct Access to files
<FilesMatch "(?i)((\.html|\.ini|\.log|(?<!robots)\.txt))">
 Order deny,allow
 Deny from all
</FilesMatch>

