Possible Duplicate:
htaccess rewrite for query string
In the url, to view someone's profile, right now, you go to:
http://{url here}/profile/?url={profile url}
My question is, how can I make that:
http://{url here}/profile/{profile url}
Is this possible?