Skip to content

Instantly share code, notes, and snippets.

@moafzalmulla
Forked from joellongie/.htaccess
Created February 19, 2019 13:05
Show Gist options
  • Save moafzalmulla/91f97b864d2a3b83e3be90f23176acf2 to your computer and use it in GitHub Desktop.
Save moafzalmulla/91f97b864d2a3b83e3be90f23176acf2 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