Skip to content

Instantly share code, notes, and snippets.

@Sixl-Daniel
Created April 12, 2020 01:15
Show Gist options
  • Save Sixl-Daniel/fd6299aaaf41c25b43d7f99c0be4801c to your computer and use it in GitHub Desktop.
Save Sixl-Daniel/fd6299aaaf41c25b43d7f99c0be4801c to your computer and use it in GitHub Desktop.
.htaccess for Quasar
<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