AndreSanchezSilva/angular-skeleton/master/.htaccess
#Options +FollowSymLinks
<ifModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !index
RewriteCond %{REQUEST_URI} !.*.(css¦js|html|png)
RewriteRule (.*) index.html [L]
</ifModule>
Files
