Archive for the ‘General’ Category

Apache Virtual Host on Windows XP

Tuesday, February 3rd, 2009

I wanted to set up some virtual hosts in my local environment. I found this very helpful page. Here is the lesson in a nutshell. Assuming Apache 2.2 is installed in the default location open the following file: C:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf Find the lines that read: # Virtual hosts #Include conf/extra/httpd-vhosts.conf and remove the comment ...