dicky96 Posted March 8, 2008 Share Posted March 8, 2008 Hi Well the topic title probably explains it all My Apache server is working fine on the local machine so for example http://localhost/test/somescript.php would work OK but from another PC on my LAN http://192.168.0.11/test/somescript.php gives a page not found error The LAN IP is correct. This is gonna be some configuration file problem I'm sure, but there is so much of it and I'm pretty new to this so if someone could kindly point me in the right direction that would be great. TIA dicky Link to comment https://forums.phpfreaks.com/topic/95089-apache-server-only-works-as-localhost-but-not-across-lan/ Share on other sites More sharing options...
Daniel0 Posted March 8, 2008 Share Posted March 8, 2008 Either your firewall is blocking the incoming connections on port 80, or Apache is only listening to localhost:80. Link to comment https://forums.phpfreaks.com/topic/95089-apache-server-only-works-as-localhost-but-not-across-lan/#findComment-487135 Share on other sites More sharing options...
dicky96 Posted March 8, 2008 Author Share Posted March 8, 2008 OK It was the former. Sorted. Thanks. Link to comment https://forums.phpfreaks.com/topic/95089-apache-server-only-works-as-localhost-but-not-across-lan/#findComment-487190 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.