Skip to content

Instantly share code, notes, and snippets.

@akvsh-r
Created March 12, 2019 19:05
Show Gist options
  • Save akvsh-r/6c4d57eed49315ebbe30090cdbc2bd50 to your computer and use it in GitHub Desktop.
Save akvsh-r/6c4d57eed49315ebbe30090cdbc2bd50 to your computer and use it in GitHub Desktop.
RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment