summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'admin/survey/minify/.htaccess')
-rw-r--r--admin/survey/minify/.htaccess13
1 files changed, 13 insertions, 0 deletions
diff --git a/admin/survey/minify/.htaccess b/admin/survey/minify/.htaccess
new file mode 100644
index 0000000..06c1161
--- /dev/null
+++ b/admin/survey/minify/.htaccess
@@ -0,0 +1,13 @@
+<IfModule mod_rewrite.c>
+RewriteEngine on
+
+# You may need RewriteBase on some servers
+#RewriteBase /min
+
+# rewrite URLs like "/min/f=..." to "/min/?f=..."
+RewriteRule ^([bfg]=.*) index.php?$1 [L,NE]
+</IfModule>
+<IfModule mod_env.c>
+# In case AddOutputFilterByType has been added
+SetEnv no-gzip
+</IfModule>