mirror of
https://github.com/mrclay/minify.git
synced 2025-08-07 22:56:33 +02:00
.htaccess : added <IfModule> check
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteRule ^([a-z]=.*) index.php?$1 [L,NE]
|
||||
RewriteRule ^([a-z]=.*) index.php?$1 [L,NE]
|
||||
</IfModule>
|
Reference in New Issue
Block a user