Skip to content

Instantly share code, notes, and snippets.

@o-ars
Created July 10, 2019 05:27
Show Gist options
  • Save o-ars/1a229ece2efb010c234ced1940f3f4a7 to your computer and use it in GitHub Desktop.
Save o-ars/1a229ece2efb010c234ced1940f3f4a7 to your computer and use it in GitHub Desktop.
quasar framework - apache - subdirectory
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /spa
RewriteRule ^spa/index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /spa/index.html [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment