sub domain on localhost
Copy Below Code
View As A Text File
Show Text Only
Show API
Edit Code
D:\xampp\apache\conf\extra\httpd-vhosts.conf
--------------------------------------------------------------------
<VirtualHost *:80>
DocumentRoot "D:/xampp/htdocs/proj/aic"
ServerName aic.localhost.com
</VirtualHost>