I am trying to create a virtual host using the instructions in this tutorial:
http://www.youtube.com/watch?v=YoCDWyKoBFY
I am able to set it up, but when I type in the url I have set up as my virtual host (example: thissite.dev), it doesn't lead to the same page as I have set up for my public folder (which I set up as the path). It leads to a page that says "It works!". I never set up a view that says this...I am not sure why it is not leading to the public folder. Also, going to any subview does not work. For example, going to thissite.dev/artists does not work (this works fine using localhost:8888). It will read with the error:
Not Found
The requested URL /artists was not found on this server.
Not sure why it isn't working. Thank you for your help!