Hi Guys, Since I am busy, I will just gonna post this web design that I made way Back in may 2012. ciao!
In this tuts we are going to create a virtual host in wamp server. (As the title said). Let’s get started! Step 1: Open up and run your wamp server . I’ve already started my wamp. Step 2: Go to " C:\wamp\www\ ". Create a folder. Name it, " mysite " Step 3: Go to " C:\wamp\bin\apache\apache2.2.22\conf " And create a folder. We will name it " mysites " (By the way, just access "C:\wamp\bin\apache\" because the number will change over time. Because it’s a version number of apache.) Step 4: We will create a conf file; named "mysite1.conf " conf is a file extension NOTE : you can give a folder/conf-file name whatever you want. But for this purposes I will name it "mysite" Step 5: Copy paste this text bellow in " mysites.conf " file. <VirtualHost 127.0.0.7> DocumentRoot ...