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/.htaccess26
1 files changed, 13 insertions, 13 deletions
diff --git a/admin/survey/minify/.htaccess b/admin/survey/minify/.htaccess
index 06c1161..adb0653 100644
--- a/admin/survey/minify/.htaccess
+++ b/admin/survey/minify/.htaccess
@@ -1,13 +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>
+<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>