rmatil/angular-cms/master/web/.htaccess - Htaccess File

rmatil/angular-cms/master/web/.htaccess

RewriteEngine On

UnsetEnv HTTP_AUTHORIZATION, Authorization
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache