Hi,
I would like to do the following.
If the user types this URL in the browser:
I want it to be redirected to http://www.mysite.com/showuser?user=john
The same if the user types a different name, for example:
In this case, I want it to be redirected to
The thing is I don't want to create a different folder for each user.
Thanks a lot!
I would like to do the following.
If the user types this URL in the browser:
I want it to be redirected to http://www.mysite.com/showuser?user=john
The same if the user types a different name, for example:
In this case, I want it to be redirected to
The thing is I don't want to create a different folder for each user.
Thanks a lot!
Comment