Is there a way to have php create virtual directories from a profile name instead of using apache create the virtual directories.
Example: User Name is Tim so php will look up the user profile even though the directory doesn't exsist.
So the url http://mydomain/members/tim
Will produce the users profile..
I tried many methods but having to many problems and errors.
Help!!