Преглед изворни кода

include .htaccess into build

Olivier Massot пре 3 година
родитељ
комит
c4662304b5
1 измењених фајлова са 6 додато и 0 уклоњено
  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>