Make WAMP www available on local network

前端 未结 9 1444
后悔当初
后悔当初 2020-12-17 22:15

I know there are questions similar to this, but none address my specific situation.

I have a WAMP server setup for developing some websites, and it\'s running great.

相关标签:
9条回答
  • 2020-12-17 22:43

    Makes sense now that I have figured it out.

    The redirect to localhost was actually caused by the configuration file for the CMS that the site was built on (thus why it would bring up the main WAMP page, but not be able to load the project site).

    0 讨论(0)
  • 2020-12-17 22:44

    If you are using wamp on windows than please change your windows firewall settings to OFF mode and restart your server and check.

    Control Panel-->System and Security-->Windows Firewall-->Turn off windows Firewall

    Just make the above change and see this will work.

    cheers Amit

    0 讨论(0)
  • 2020-12-17 22:45

    First of all put online your wamp on your dashboard. Later on if there is a setting in httpd.conf file Listen 80 if this is different than that.

    Change it to Listen 80 then disable your firewall restart Wamp all services.

    0 讨论(0)
提交回复
热议问题