Browse Source

include .htaccess into build

Olivier Massot 3 năm trước cách đây
mục cha
commit
c4662304b5
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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>