Options -Indexes
php_flag display_errors Off

# Protect sensitive files
<FilesMatch "^(config|database)\.php$">
  Order Deny,Allow
  Deny from all
</FilesMatch>

# Protect log files
<FilesMatch "\.log$">
  Order Deny,Allow
  Deny from all
</FilesMatch>
