- Go to your xampp folder
- go to apache > conf > extra >httpd-vhosts.conf
- Add following line on that file. My is as follows<VirtualHost *:80>
DocumentRoot “E:/installationsevenpointtwo/htdocs”
ServerName localhost
</VirtualHost><VirtualHost *:80>
DocumentRoot “E:/installationsevenpointtwo/htdocs/lsapp/public”
ServerName lsapp.test
</VirtualHost>
Then
- Go to C:\Windows\System32\drivers\etc
- Edit host file in it as :::::
- 127.0.0.1 localhost
127.0.0.1 lsapp.test
Finally restart the Apache