What have you changed 2 days ago? If it did work before i would start your debugging in what you changed.
127.0.0.1:8000 working, homestead.app is not working
Hi Guys, i suddenly can't access my websites. I am using windows 7 and laravel 5.2
2 days ago everything was fine. But now i can only access 127.0.0.1:8000, the homestead.app is not working. vagrant up and vagrant ssh is working as usual too.
Here is my homestead.yaml file
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: C:/Users/Ming/.ssh/id_rsa.pub
keys:
- C:/Users/Ming/.ssh/id_rsa
folders:
- map: D:/Web Design/Code
to: /home/vagrant/Code
sites:
- map: tourtravel.app
to: /home/vagrant/Code/TourTravel/public
- map: homestead.app
to: /home/vagrant/Code/Laravel/public
databases:
- homestead
Here is my hosts file.
# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
127.0.0.1 tourtravel.app
127.0.0.1 homestead.app
Any guidance on how to troubleshoot this issue, would be helpful. Thank you so much.
Please or to participate in this conversation.