I tried to add ;
<VirtualHost *:80>
ServerName localhost
DocumentRoot "d:\www2\" --> tried d:\www2\
<Directory "d:\www2\">
Options Includes Indexes FollowSymLinks
Order allow,deny
Allow from all
</Directory>
Directoryindex index.php index.html index.html index.htm index.shtml
AccessFileName .htaccess
to httpd-vhosts still I can only acces to "c:/wamp/www" . I want to access with both of them. Please Help me.