Lets say I have a membership site that I want to let users have clean URLS to their profiles.
I would have a script, like `userprofile.php`, which I want the mod rewrite to call to when a visitor accesses mysitedotcom/aUserName, passing through the username as a GET variable for the script like so `userprofile.php?username=aUserName`.
How would I go about making the rewrite for this?
I would have a script, like `userprofile.php`, which I want the mod rewrite to call to when a visitor accesses mysitedotcom/aUserName, passing through the username as a GET variable for the script like so `userprofile.php?username=aUserName`.
How would I go about making the rewrite for this?