I am able to access localhost by visiting my local ip in the browser from other pcs / phones, tablets, etc but I am not sure how to access the vhosts on that machine. Is there a syntax for accessing vhosts?
http://192.168.x.x // gives me localhost
I would like to be able to access something like below
http://192.168.x.x/testsite.local
Thanks