# Disable directory browsing
Options -Indexes

# Protect the .htaccess file
<Files .htaccess>
Order Allow,Deny
Deny from all
</Files>
