Step by Step Install Drupal on WampServer : Vhost and Clean URL

In previous post I have talk about fix ereg() problem that show up when I use wampserver that utlize php 5.3.0.

I’ll continue with vhost feature in Wampserver that asked by a reader via contact form. I try to explain that thing first.

VirtualHost is a special feature in apache that allow us to host multiple domain in single IP address.

I’ve set 2 domain in the past :

  1. winhows.net
  2. batikweb.com

those url use same IP which is : 127.0.0.1

First URL (winhows.net) don’t add a entry in httpd.conf or httpd-vhost.conf but second URL (batikweb.com) available after add entry in httpd-vhost.conf .

More