How to add a Virtual Host in a local WAMP Server
Virtual Hosts are used to respond to different hostnames e.g, www.yourspecificdomain.com, www.yourspecificdomain.org, that resolve the same address, which is in this case ‘127.0.0.1’
Virtual Hosts can be ‘name-based’ or ‘IP-based’!