Forum Moderators: phranque
I want to create unique url for the registered users, just same way as the new usernames system in facebook.
So I don't know if they should be a real directories, or I can just trick it in the .htaccess?
I want users, to go to www.mysite.com/username and that will be a login page for each user!
if possible through .htaccess then please tell me its code.
Thanks in advance!
A better approach is to use example.com/users/<username> or users.example.com/<username>, or <username>.example.com/, as these methods prevent 'collisions' with real directories that you need to run your site.
Jim
[wiredstudios.com...]