Browse Source

include .htaccess into build

Olivier Massot 3 years ago
parent
commit
c4662304b5
1 changed files with 6 additions and 0 deletions
  1. 6 0
      static/.htaccess

+ 6 - 0
static/.htaccess

@@ -0,0 +1,6 @@
+<ifModule mod_rewrite.c>
+  RewriteEngine On
+  RewriteCond %{REQUEST_FILENAME} !-f
+  RewriteCond %{REQUEST_FILENAME} !-d
+  RewriteRule (.*) index.html [QSA,L]
+</ifModule>