Skip to content

Instantly share code, notes, and snippets.

@GuiSelair
Created August 1, 2020 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GuiSelair/887bce2d85574e5bd2d883fc6b3cf98a to your computer and use it in GitHub Desktop.
Save GuiSelair/887bce2d85574e5bd2d883fc6b3cf98a to your computer and use it in GitHub Desktop.
.htaccess
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment