# make sure nobody gets the htaccess
<Files .htaccess>
    Order allow,deny
    Deny from all
    Satisfy All
</Files>

# make sure nobody gets the robots.txt
<Files robots.txt >
    Order allow,deny
    Deny from all
    Satisfy All
</Files>
