1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-08 07:06:49 +02:00

.htaccess : added <IfModule> check

This commit is contained in:
Steve Clay
2008-09-18 16:34:58 +00:00
parent 12ca7b470f
commit a364c35d6b

View File

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