All except one directory in mod_rewrite
问题 I have little problem with mod_rewrite and I absolutely have no idea what to do with this. I have this rule: RewriteRule ^([\w/]*)$ index.php/?page=$1 [L] This rule works for every directory. I want this rule to work but except one directory - "test". What I need to change in this rule? For example: I want this URLS redirecting to index.php/?page=$1: http://test.com/account http://test.com/dog http://test.com/cat And I want only this URL not redirecting to index.php/?page=$1: http://test.com