I currently have a web site, where I want the user to be able to type in
www.website.com/foo and then have a page search the database for the word "foo" in a specified "Name" field, and return the ID number, then re-direct to that persons page, which is stored in a Profile.php?id=
IDNUMBER
I was wondering how I can go about with the .htaccess file, and creating the php script page for this.