I want to allow the user to add something, and get a folder:
example.com/foo
But I DONT want the folder to actually be there, I want it to be made instantaneously, so that I can still use the directory foo for private files (If I wanted to).
The name of the folder will be stored in a mySQL database, so all that remains is to map it. But how?