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