In www I have a dir named example ( a full site with index etc...) as is does not load correctly. I followed your tutorial uncommented v host in httpd.conf and modified as follow httpd-vhosts.conf
NameVirtualHost *:80 <VirtualHost *:80> ServerName example DocumentRoot C:/wamp/www/example #ErrorLog C:/wamp/www/example/logs/error.log #CustomLog C:/wamp/www/example/logs/access.log common </VirtualHost>
Error logs in a nut shell the problem lies in: virtual host is not properly set reason: still looking for script and img in www and not in www/mysite/whatever.....