Options -Indexes
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^app-login/?$ app-login.php [QSA,L]
RewriteRule ^(auth/v1/.*|rest/v1/.*|storage/v1/.*)$ bridge.php [QSA,L]
<FilesMatch "(^\.|config\.php$|\.sqlite$)">
  Require all denied
</FilesMatch>
