Skip to content

Instantly share code, notes, and snippets.

@rjbultitude
Created July 16, 2020 09:55
Show Gist options
  • Save rjbultitude/d00916a4d501a01a21773fdbe586f717 to your computer and use it in GitHub Desktop.
Save rjbultitude/d00916a4d501a01a21773fdbe586f717 to your computer and use it in GitHub Desktop.
# Apache 2 rewrite rule for single page apps
RewriteCond %{REQUEST_URI} (?<!\.mpeg|\.html|\.mp4|.\json|\.css|\.xml|\.eot|\.gif|\.ico|\.jpeg|\.jpg|\.JPEG|\.JPG|\.js|\.gif|\.GIF|\.png|\.PNG|\.svg|\.swf|\.ttf|\.woff|\.woff2|\.jsonp|\.webp|\.svgz|\.ttc|\.mp3|\.m4a|\.f4a|\.f4v|\.webm|\.m4v|\.f4v|\.f4p|\.ogv|\.ogg|\.oga)$
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule . /index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment