Category Archives: Apache
Setting Up Virtual Directory In Apache 2.2
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. … Continue reading
Posted in Apache, Virtual Directory
Tagged Apache, apache 2.2, Virtual Directory, Windows
2 Comments
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 … Continue reading