Skip to content

Instantly share code, notes, and snippets.

@mataprasad
Created September 18, 2018 17:43
Show Gist options
  • Select an option

  • Save mataprasad/d8a65f614a9d8ffac56e5d725ca1d72a to your computer and use it in GitHub Desktop.

Select an option

Save mataprasad/d8a65f614a9d8ffac56e5d725ca1d72a 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