@SaeedPrez @deringer
I have an update. Alrighty, just to see if it would change anything I restarted my computer and I also ran the vagrant provision command again. examplecms.dev is still taking me to the myproject.dev file in the browser. So, I guess the solution is something else.
Hmm, I wonder what it could be. Got any new leads?
Edit: By the way, this is what the folders section of my homestead.yaml file says:
folders:
- map: C:/Projects
to: /home/vagrant/Projects
Maybe something is wrong here?
Second Edit:
I also tried what the best answer here suggested: http://stackoverflow.com/questions/27207150/homestead-2-0-multiple-sites-all-link-to-the-same-url
Typing vagrant global-status brought up this:
id name provider state directory
---------------------------------------------------------------------------------------------------------
117ac4e default virtualbox running C:/Users/myusername/Documents/virtual_environments/learning_vagrant
03962ee default virtualbox running C:/xampp/htdocs/june-project/Homestead *
*Homestead ended up in that weird place when I installed it.
I typed in vagrant provision 117ac4e and it said:
default: VM is not currently running. Please, first bring it up with `vagrant up` then run this command.
I typed in vagrant provision 03962ee
That worked. But the problem still persists. Hmm.