From a364c35d6bf92ff37f5d95c41a65aaebbc731422 Mon Sep 17 00:00:00 2001 From: Steve Clay Date: Thu, 18 Sep 2008 16:34:58 +0000 Subject: [PATCH] .htaccess : added check --- min/.htaccess | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/min/.htaccess b/min/.htaccess index 34903dc..42f13eb 100644 --- a/min/.htaccess +++ b/min/.htaccess @@ -1,2 +1,4 @@ + RewriteEngine on -RewriteRule ^([a-z]=.*) index.php?$1 [L,NE] \ No newline at end of file +RewriteRule ^([a-z]=.*) index.php?$1 [L,NE] + \ No newline at end of file