I have created a page “profile” that when visited with get variable of user id like:
http://example.com/profile/?uid=1
Then it will display the profile details of user id 1
. Now I want to rewrite …
http://example.com/profile/?uid=1
… to …
http://example.com/profile/admin
How to accomplish this?