Options -Indexes
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [L,QSA]
RewriteRule ^(?:app|bootstrap|config|engine|storage|vendor)/ - [F,L]
</IfModule>
<FilesMatch "^\.|\.(env|ini|log|sql|sqlite|sqlite3|bak)$">
Require all denied
</FilesMatch>
