damianopetrungaro/generator-angular-rest/master/app/templates/src/.htaccess - Htaccess File

damianopetrungaro/generator-angular-rest/master/app/templates/src/.htaccess

RewriteEngine On
RewriteBase /

#skip existing files or directories
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d
#everything else goes to index.php
RewriteRule ^ index.html?request=%{THE_REQUEST} [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, THE_REQUEST

Comments

Apache