I'm running MAMP on a mac computer, and can successfully access it from any mobile device (or another mac) via the local IP address, which I've verified via mac > preferences > network. I've added a virtual host for MAMP, and added this host to my etc/hosts file, as referenced in this stack overflow post:
How do I connect to this localhost from another computer on the same network?
However, I can't access the IP or the vhost from a Windows 7 PC, even though it shares the same mobile network. I've gone in to the hosts file on windows, and added the Mac's IP address there, and tied it to the vhost name I created, but no luck. Anyone know if there is some sort of additional configuration that has to happen in Windows to make this work?