1bellb
08-01-2012, 08:41 AM
Im not sure if this is done with PHP, but im guessing it could be.
Basically what I want is users to rather have or make it appear as they have their own directory.
Basically instead of heaving a URL as:
www.mywebsite.com/users.php?user=username
I want it to be:
www.mywebsite.com/username
How do I do this?
Would I have to make some code which creates a new folder for each new user that registers with a file within that.
Or is there a way around it in the code without having to create 1000s of new folders for the 1000s of users signing up.
Thanks
Ben
Basically what I want is users to rather have or make it appear as they have their own directory.
Basically instead of heaving a URL as:
www.mywebsite.com/users.php?user=username
I want it to be:
www.mywebsite.com/username
How do I do this?
Would I have to make some code which creates a new folder for each new user that registers with a file within that.
Or is there a way around it in the code without having to create 1000s of new folders for the 1000s of users signing up.
Thanks
Ben