1
0
mirror of https://github.com/mrclay/minify.git synced 2025-02-25 01:12:35 +01:00
minify/min/.htaccess
2008-09-18 16:34:58 +00:00

4 lines
99 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^([a-z]=.*) index.php?$1 [L,NE]
</IfModule>