Skip to content

Instantly share code, notes, and snippets.

@Danjavia
Forked from joellongie/.htaccess
Created March 12, 2017 22:23
Show Gist options
  • Save Danjavia/62a8bc2a456d32affaa9f372708a3268 to your computer and use it in GitHub Desktop.
Save Danjavia/62a8bc2a456d32affaa9f372708a3268 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment