# Disable directory browsing
Options -Indexes

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

# Protect the plugins directory
<FilesMatch ".*\.(php|phps|php\d+)$">
Order Deny,Allow
Deny from all
</FilesMatch>
