I have successfully implemented our in house intranet system using Apache, MySQL and PHP that is working on a temporarily on a test server.
After hours of testing we are now ready to implement the site over to the main company servers. Our intentions of installation are as follows:
Apache to sit in C:\Program Files
PHP to sit in C:\Program Files
MySQL to sit in a different drive called E:\Data
The Intranet to also sit in E:\Data
We want to keep all data stored away from the main drive.
Does anyone know how to redirect Apache to tell it to use the PHP Intranet files on the other drive?
I have tried to use <VirtualHost> but it does not seem to like it.
Help gratefully appreciated.
Thanks.
Michael.