WAMP page not displaying over internet
Posted by: imbetter911 (12.208.59.---)
Date: February 21, 2012 02:25PM

I am running my WAMP server on windows. I have forwarded port 8080 (since my router is having issues with forwarding port 80) to my server at 192.168.1.254 and my site is in the folder /www/MySite. I am using no-ip to have a port 80 redirect to port 8080, so when i type in mywebsite.url.com, it brings me to that IP appended with :8080. The closest i've gotten to this working is that i can type in mywebsite.url.com on my server computer and it will bring up my site. I can also type in 192.168.1.254 on other lan computers and it will bring up my website, yet when i go to a different computer than my server (on the same lan) and type in mywebsite.url.com, it just brings me to the "It Works!" page. Can anyone explain this? I have created a virtual host at 192.168.1.254. Do i need to listen to the default gateway instead of 192.168.1.254?

Options: ReplyQuote
Re: WAMP page not displaying over internet
Posted by: RiggsFolly (---.as13285.net)
Date: February 29, 2012 03:22AM

A look at your conf/extra/httpd-vhosts.conf would be useful!


You could check that your vhost is setup to listen on 8080

<VirtualHost *:8080>

Options: ReplyQuote


Sorry, only registered users may post in this forum.