There is a default virtual host created by WampServer automatically.
<VirtualHost localhost:80>
DocumentRoot "D:/Archives"
ServerName localhost
<Directory "D:/Archives">
Order allow,deny
Allow from all
Options Indexes FollowSymLinks
AllowOverride all
# onlineoffline tag - don't remove
Require all granted
</Directory>
</VirtualHost>