Explorar o código

include .htaccess into build

Olivier Massot %!s(int64=3) %!d(string=hai) anos
pai
achega
c4662304b5
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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>