I'm creating a system which shows your profile if you visit http://example.com/profile/profile.php?username=test
I would like to make it so you could go to http://example.com/profile/test and it would still work. At the same time I would like it to show ^^ as the url if you visit http://example.com/profile/profile.php?username=test
How can this be done?