mirror of
https://github.com/mrclay/minify.git
synced 2025-02-25 01:12:35 +01:00
4 lines
99 B
ApacheConf
4 lines
99 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine on
|
|
RewriteRule ^([a-z]=.*) index.php?$1 [L,NE]
|
|
</IfModule> |