In order to allow web access to a different directory outside the root directory, you need to give Apache access to the directory, and then use the Alias directive. The Alias directive will map any directory into the web root. For example if you want to create a virtual directory […]
Apache
Configuring PHP in Apache
To enable PHP in Apache you need to do the following. You need to tell PHP the root directory of Apache ie. In PHP.INI change the doc_root variable so that it holds the root directory of Apache: Change PHP.INI (Usually located in [DRIVE]:\PHP\) entry for doc_root: doc_root = “C:\Program Files\Apache […]