0
votes

I am developing a web application. I have built all the pages. I am trying to install it on office network connected through ethernet lan. I am testing my web appication using wamp server. wamp 'put online' working fine when connected to wifi network.I am able to access pages by putting local ip address in browser. But when connected to ethernet network by doing 'put online' on wamp I am not able to access pages by putting local ip address in browser. Heres my httpd.conf info.

Listen 0.0.0.0:8080

Listen [::0]:8080

onlineoffline tag - don't remove

Require all granted

ServerName localhost:8080

Geeks please help me out..

1
You haven't given enough info, and this is a very broad question and not programming related.. but by the sounds of it, your server isn't configured to display to network machines.Lee

1 Answers

0
votes

While you are using wamp server,you can access pages by putting local IP address in browser, only when server & user are in the same LAN.

Considering you are accessing pages on same machine where server is installed,I will suggest to check your local IP address, while you are on WiFi and Ethernet network(Type "ipconfig" in the command prompt and look for "IPv4 address").

I am sure your local IP address is getting changed while you are switching between WiFi and Ethernet network.So you can access it by current(IPv4) IP address.

On the same machine,you can also access it by ("127.0.0.1") IP address.