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 Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.