php_flag display_errors on Options -Indexes DirectorySlash Off SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 RewriteEngine On RewriteRule ^api(/.*)?$ /index.php?api=$1 [L,QSA] RewriteEngine On RewriteOptions AllowNoSlash RewriteRule ^files$ /files/ [L,QSA] RewriteEngine On RewriteOptions AllowNoSlash RewriteRule ^((\.idea|\.git|src|test|core)(/.*)?)$ /index.php?site=$1 [L,QSA] FallbackResource /index.php