hay i have setup the wamp server so now im ready to put it online. but when i put it online and also forward the port 80, now when i point the browser to the wan address of mine, it showing my router's home page???!!!!

i dont know how to slove it

link|improve this question
feedback

4 Answers

  1. Make sure the admin port of your router is not 80
  2. Turn off remote administration on your router
link|improve this answer
how can i check admin port is not 80 – srisar Mar 22 '10 at 15:37
What type of router is it? – Theo Apr 26 '10 at 13:11
feedback

Forward port 80 to your IP address, not the internal address of the router. You could also check in your httpd.conf file and find out what port apache is listening on.

link|improve this answer
its listening on port 80 and i have set up port forwarding also – srisar Mar 22 '10 at 15:18
feedback

There's a good chance your ISP blocks incoming requests on port 80 if it's a residential connection, so test from the outside to see if what you're trying to do is even possible without having to specify the port in the url. Testing from behind your router by typing in the WAN address is not valid because it's just a loopback.

link|improve this answer
feedback

It could be that your router doesn't support NAT reflection.

If you can tell us the brand/model of router, we can give you explicit instructions.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.