summaryrefslogblamecommitdiffstats
path: root/admin/survey/minify/.htaccess
blob: 06c1161ef37b5529266c4edffc13d6451c0a1c52 (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>