I'm trying to figure out how to direct something like:
abc.domain.com to a folder on that same server, in this example let's use /userdata/abc
So when visiting abc.domain.com you get all the files in /userdata/abc & the domain does not change.
I'm trying to make this as dynamic as possible (.htaccess has been hell though) so that user abc will have their own domain w/ their own content.
Any advice?