I have a plugin "Theme My Login" for WordPress 3.0.1 which causes my user's profile pages to be here: domain.com/login-2?action=profile
instead of here: domain.com/profile
So I am trying to fix it with mod_rewrite like this: RewriteRule ^profile /login-2?action=profile
But it seems to do nothing. I suspect it's some weird thing happening in WordPress but wanted to ask folks here if my rewrite rule looks correct before I dig further. Did I do it right?