Set up multiple virtual hosts on XAMPP for windows
You just have to update the following files: X:\xampp\apache\conf\extra\httpd-vhosts.conf   First of all,  uncomment the following line to enable name based virtual host on your server’s port 80: NameVirtualHost *:80   Then you can start adding your virtual hosts. The following listing is just a sample, I usually do.I am assuming ,we create a project…