How would I go about developing a system (in PHP) that would use one website GUI (in my case, Flash) that depending on the username (url example: http://www.somewebsite/username) would be able to pull its distict variables that would affect the FUI according to the usernames preferences (how those variables would be stored isn’t important)… the point is to be able to basically replicate the website when requested at the example url above.
Multi-level marketing websites do this… they all use the same site, but a distributor can sign up and get his own url (ie /john) that is obviously displaying his personal information…
As I said, how those variables are stored isn’t important, I just wanted to pick some brains to find out how it’s possible for a subdirectory to be able to contain the very same website that’s located at the public root… and yes I know there are systems out there to by, but I want to play around with developing my own replicating system.
Thanks so much in advance!