steps
1.
1.
C:/xampp/apache/conf/extraedit : httpd-vhosts.confadd: <VirtualHost *:80>
DocumentRoot "C:/xampp/htdocs/testsite"
ServerName dev.test.com
ServerAlias dev.test.com
<Directory "c:/xampp/htdocs/testsite">
AllowOverride All
Require all Granted
</Directory>
</VirtualHost>
2.locateC:/Windows/System32/drivers/etc/
edit host file.
add the ff.
127.0.0.1 localhost
127.0.0.1 dev.test.com
restart xampp and now you have your vhost!!!