Skip to content

Instantly share code, notes, and snippets.

@pechitook
Last active January 20, 2016 18:50
Show Gist options
  • Save pechitook/ce17561ec48b7cd952c8 to your computer and use it in GitHub Desktop.
Save pechitook/ce17561ec48b7cd952c8 to your computer and use it in GitHub Desktop.
RewriteEngine On
# If an existing asset or directory is requested go to it as it is
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
RewriteRule ^ - [L]
# If the requested resource doesn't exist, use app.html
RewriteRule ^ /app.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment