cherihung/vagrant-puppet-ubuntu14/master/site/Site-angular/src/.htaccess - Htaccess File

cherihung/vagrant-puppet-ubuntu14/master/site/Site-angular/src/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_URI} !^.*.[a-zA-Z0-9]+$
    RewriteRule ^(.*)$ /index.html [QSA,L,B]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache