I went thru all the tutorials here but none could solve my issue.
I have a site on localhost example.localhost.com WAMP in my computer which I want to access from my laptop which is connected to my PC/computer via modem.
I put WAMP online, edited the httpd.conf file and added the following
<Directory>
Allow from 192.168.1.3
</Directory>
Note: 192.168.1.3 is the IPv4 address of my Laptop
Then I edited the hosts file in my laptop and added the following in the bottom most
192.168.1.3 example.localhost.com
Still, nothing seems to work and I am still unable to access my site example.localhost.com.
Just sharing, I also have WAMP installed in my laptop. I started the server but also no effect then.