summaryrefslogblamecommitdiffstats
path: root/admin/survey/minify/.htaccess
blob: adb0653820f56523043ba36bfda09250d0906b49 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
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>