Click to See Complete Forum and Search --> : Create a user URL


kimoo
July 21st, 2010, 08:41 AM
Hello,

Another question i was thinking about too..

How can i create a functionality like

1. User registers with username e.g. Guru
2. I give the user a url www.mysite.com/guru
3. when a user visits the above url it open his own page

any ideas??

PeejAvery
July 21st, 2010, 11:07 AM
This is done through .htaccess rewriting (http://corz.org/serv/tricks/htaccess2.php). Plenty of other examples can be found on Google.

kimoo
July 23rd, 2010, 09:11 AM
okay.. i found the way will post the code when tested.