I am currently using USB tethering to connect My PC to the internet and access wamp Server (App Development). That is working perfectly, but as soon as I try to do the same with a wireless router using a different ip, I get no response from the app.
The following were some of the attempts at debugging this problem....
- I have changed the ip on my java file to that of the wireless router and I still don't get a response.
- I have tried to create a rule for Port 80 to access the sever it's not working as well.
- I have changed the httpd-conf file to Require all granted in all related areas its still not working.
- I have tried changing the Listen statement to the routers ip and still no response.
- I've also checked the Vhost file and changed it to all granted as well but that only gave me permission for the phone that i am tethering on.
I've also noticed that when I tether with a different phone it works only on that phone and nowhere else.