I'm not sure of the best way to go about handling the following url rewriting...
http://www.example.com/someuser
while having the following pages...
http://www.example.com/help
http://www.example.com/contact
http://www.example.com/about
I want to hide the .php extension off all pages, and prefer to have the user's profile page as shown above instead of http://www.example.com/profile/user.
Any insight would be greatly appreciated.