Skip to content

Instantly share code, notes, and snippets.

@maztch
Created August 18, 2015 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maztch/d3902143593120f49b92 to your computer and use it in GitHub Desktop.
Save maztch/d3902143593120f49b92 to your computer and use it in GitHub Desktop.
htaccess for angular html5
Options +FollowSymLinks
<ifModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !index
RewriteRule (.*) index.html [L]
</ifModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment