#LoadModule vhost_alias_module modules/mod_vhost_alias.so
<VirtualHost *:80>
ServerName www.test.com
DocumentRoot "E:\wamp\www\test"
DirectoryIndex index.html index.php
<Directory "E:\wamp\www\test">
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
127.0.0.1 www.test.com