|
@@ -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>
|