We have static ip address let say 60.11.12.13
My laptop ip is 192.168.1.2 which is running Apache and Mysql .
My Nokia routher (DHCP enabled) is 192.168.1.1 and in NAPT settings I added all http request to be forwarded to my laptop.
When someone visit (Outsider) static ip address http://60.11.12.13/ they can visit my laptop webserver and doesn't take them to router page.But when i access(insider) from my laptop it take me to router page.
how can i solve this problem.Simply i wanto visit my laptop webserver by typing http://60.11.12.13/
Regards