C:WINDOWSsystem32driversetc --- hosts
127.0.0.1 buzhai.com
C:wampinapacheapache2.2.22confextra --- httpd-vhosts.conf
<VirtualHost *:80> ServerAdmin webmaster@dummy-host2.example.com DocumentRoot "c:/Apache2/docs/dummy-host2.example.com" ServerName dummy-host2.example.com ErrorLog "logs/dummy-host2.example.com-error.log" CustomLog "logs/dummy-host2.example.com-access.log" common </VirtualHost>
C:wampinapacheapache2.2.22conf --- httpd.conf
# Virtual hosts
Include conf/extra/httpd-vhosts.conf