Options -Indexes
DirectoryIndex index.php
AddType application/manifest+json .webmanifest
SetEnvIf Authorization "(.+)" HTTP_AUTHORIZATION=$1
RewriteEngine On
RewriteRule ^storage/ - [F,L]
RewriteRule ^(?:src|templates|bin)/ - [F,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]