Options -Indexes
DirectoryIndex index.php
<FilesMatch "^(config\.php|config\.example\.php)$">
  Require all denied
</FilesMatch>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(?:seed|data)/ - [F,L]
</IfModule>
