Skip to content

Instantly share code, notes, and snippets.

@johnhiott
Created December 9, 2013 16:46
Show Gist options
  • Save johnhiott/7875588 to your computer and use it in GitHub Desktop.
Save johnhiott/7875588 to your computer and use it in GitHub Desktop.
Angular HTML5 URL Rewriting
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.html#$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment