I have a website that has authenticated users. I would like each user to have their own profile page, however I do NOT want the address of each profile to be like this: http://www.website.com/profile.php?user=mutton
My goal would be to have each user's profile address like so: http://www.website.com/mutton
Is there an elegant way to do this? Or at least an elegant way to redirect the nice looking address to the ugly looking one?
Any help would be much appreciated! Thanks,
Andrew