Add
RewriteCond ^admin/
RewriteRule (your Rule) [L]
before the other condition. That should do the trick.
Another way would be to include the condition in the rule directly via
RewriteRule ^admin/(rest_of_regex)$ (regex_stuff) [L]
Residuum
2009-06-18 10:27:38