1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-05 05:38:14 +02:00
Files
minify/.htaccess
2015-09-28 15:39:25 -04:00

14 lines
307 B
ApacheConf

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