Options -Indexes
<FilesMatch "^(config\.php|config\.sample\.php|manifest\.json)$">
    Require all denied
</FilesMatch>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^(?:storage|backups|updates)/ - [F,L]
</IfModule>
