Skip to content

Instantly share code, notes, and snippets.

@kidker
Created May 13, 2016 15:35
Show Gist options
  • Save kidker/69bda45a1973cc53b950c0136a2cd76c to your computer and use it in GitHub Desktop.
Save kidker/69bda45a1973cc53b950c0136a2cd76c to your computer and use it in GitHub Desktop.
RewriteEngine on
# Don't rewrite files or directories
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
# Rewrite everything else to index.html to allow html5 state links
RewriteRule ^ index.html [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment