Skip to main content

Posts

Showing posts with the label Virtual Hosts

How to set up Virtualhost using wamp server in windows environment

Assumption I assume that you have already installed wamp server on your machine I am using windows 7 64 bit Operating System with wamp 2.2 64 bit version on port 8080 I have installed my wamp server in d:/wamp (Non-Operating system drive on my machine) Virtualhost settings using wamp server in Windows Environment    First of Start wamp server from the start menu.  Now go to the Apache >> Httpd.conf . This will open httpd.conf file in text editor usually in notepad. O R Alternatively you can access this file from file system “ D:\wamp\bin\apache\apache2.2.22\conf\httpd.conf ”. Go to the wamp folder. Here you will find bin. Now select one of the main components of wamp Apache and go to the apache folder.   Now find out following entries in httpd.conf         # Virtual hosts         # Include conf/extra/httpd-vhosts.conf Initially ...