shiningworld_4u Posted April 2, 2010 Share Posted April 2, 2010 Hi 2 All, apologies if its not posted in corrected forum. we have developed a php applicatoin using wamp server 2.0i. we can access the application locally but not be able to access the application from some other computer. I have tried making changes in httpd.config file and make following change <Directory "${path}/phpmyadmin"> Options FollowSymLinks Indexes AllowOverride None Order deny,allow allow from all </Directory> but still not be able to access the application. i am getting just error "The server at serverName is taking too long to respond." :'( whats the issue? we have running dot net web applications and they are running very smoothly on client side. Any suggestions will be much appreciated. Regards, Yasir Quote Link to comment Share on other sites More sharing options...
ignace Posted April 2, 2010 Share Posted April 2, 2010 Follow these instructions: 1. Start > cmd > ipconfig (probably something like 192.168.x.x) 2. Surf to your router interface (probably 192.168.0.1) 3. Forward your ports so that all incoming traffic on port 80 is routed to your computer (see #1) 4. WampServer > Put Online Quote Link to comment Share on other sites More sharing options...
shiningworld_4u Posted April 2, 2010 Author Share Posted April 2, 2010 I have tried your solution, still getting the same error some other suggestion? Quote Link to comment Share on other sites More sharing options...
ignace Posted April 2, 2010 Share Posted April 2, 2010 How did you try it did you enter: http://<WAN-IP>/ Quote Link to comment Share on other sites More sharing options...
shiningworld_4u Posted April 5, 2010 Author Share Posted April 5, 2010 i have tried in both of the following ways, http://192.168.1.4/Application/Index.php and http://dev03/Application/Index.php but both could not helped. both gives too much time for request error. we have been using DSL, and its been router ip in the default gateway. should its being causing issue? Quote Link to comment Share on other sites More sharing options...
ignace Posted April 5, 2010 Share Posted April 5, 2010 192.168.1.4 is your locan-ip or LAN-IP you need your WAN-IP for this to work http://www.whatismyipaddress.com Quote Link to comment Share on other sites More sharing options...
shiningworld_4u Posted April 5, 2010 Author Share Posted April 5, 2010 Yep its my LAN IP, but am trying to access it on LAN only. Its not being deployed for intranet or WAN. how could access it on LAN Only? Like ASP.net, i can make anyone of PC on same network as server, and access the web application installed on that PC, from any other computer. i want same scenario for the PHP application. Quote Link to comment Share on other sites More sharing options...
ignace Posted April 5, 2010 Share Posted April 5, 2010 In normal circumstances people on your network can see your website if they type in http://<your-lan-ip> Quote Link to comment Share on other sites More sharing options...
shiningworld_4u Posted April 6, 2010 Author Share Posted April 6, 2010 Yep You are right, but in current senerio this is going wrong? any idea about setting up local wamp server for local network. Quote Link to comment Share on other sites More sharing options...
ignace Posted April 6, 2010 Share Posted April 6, 2010 Have your forwarded your ports on the router? Are all computers connected to the same network? 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.