Hi,
It's been a while since I've posted on here... but I have an Apache/PHP/MySQL-related question.
I am working on a project to consolidate a number of separate websites into one directory and one database. All of the sites have the same structure and that is all taken care of by PHP and MySQL. Each site at the moment has its own domain name and all of the sites are hosted on the same server.
My question is, when connecting to a single site (www.example.com) is it possible to direct that request to the corresponding site's information that is located in the single database?
It's hard for me to phrase the question of what I'm trying to do, but if anyone knows of a way to do this, please let me know!
Andy