Hello.
My PC (Windows 7) on which WAMP Server (PHP + mySQL + Apache) is installed is connected to a WiFi router which is further connected to a DSL Modem (for broadband access).
I've fully functional WAMP that I can access via 127.0.0.1 , localhost, 192.168.2.2 (IP assigned by my WiFi router).
Now, the address of Control Panel of my WiFi router is 192.168.2.1 (accessible via web-browsers of all devices connected to WiFi router).
- However, when a device connected to same Wifi router navigates to http://192.168.2.2/ , WAMP Page doesn't show up! but instead "request timed out" or "No Response" (on mobile) is shown.
- Also, before when my PC was connected to Internet via a 3G USB Modem, My external IP when accessed via anywhere on globe showed WAMP's page, but, now it shows my DSL Router's Admin Panel at 192.168.1.1 (which is understandable).
I tried setting up port forwarding, but doesn't work....Like i tried redirecting http://external_ip:81 or http://192.168.1.1:81 to http://192.168.2.2:80 but it doesn't work!
I need to make my wamp site at http://192.168.2.2/ accessible both LOCALLY (WLAN/WiFi) and GLOBALLY (Internet).
Any help is appreciated!
Thank you! :)