loadedsith/svgPatterns/master/.htaccess
# Apache .htaccess
# angularjs pushstate (history) support:
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]
Files
