Sfoglia il codice sorgente

include .htaccess into build

Olivier Massot 3 anni fa
parent
commit
c4662304b5
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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>