Search code examples
wampserverlan

Cannot connect to WAMP via LAN


I've WAMP server 2.1 installed on windows 8, and I'm trying to connect through LAN cable.

I've put it online, and changed apache2.conf settings to

<Directory "c:/wamp/www/">
    Options Indexes FollowSymLinks
    AllowOverride None
    Require all granted
</Directory>

But still cannot connect to my server (tried through IP and machine name)


Solution

  • just remove any ip only listen port enter image description here

    now start wamp server and click on its icon and click put online also make sure firewall is allowing your port 80 enter image description here