فهرست منبع

fix for page reloads

rajah 5 ماه پیش
والد
کامیت
2d379c785f
1فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 12 0
      deploy/subfolder/.htaccess

+ 12 - 0
deploy/subfolder/.htaccess

@@ -0,0 +1,12 @@
+<IfModule mod_rewrite.c>
+
+  RewriteEngine On
+
+  RewriteCond %{REQUEST_FILENAME} -s [OR]
+  RewriteCond %{REQUEST_FILENAME} -l [OR]
+  RewriteCond %{REQUEST_FILENAME} -d
+  RewriteRule ^.*$ - [NC,L]
+
+  RewriteRule ^(.*) /demovote/index.html [NC,L]
+
+</IfModule>