Options -Indexes
RewriteEngine On
# Basic protection for config and schema files
<FilesMatch "^(config\.php|schema\.sql)$">
  Require all denied
</FilesMatch>
