0

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)

Maytham Fahmi
  • 31,138
  • 14
  • 118
  • 137
user3379482
  • 557
  • 1
  • 10
  • 21
  • I guess it works locally but you want to access it from another computer, if that what I understand, try to disable your windows 8 firewall temporary and see if it works, if it does then try to make a rules for WAMP app, if that the case let me know – Maytham Fahmi Jul 30 '15 at 04:33

1 Answers1

0

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

Gulim Shah
  • 194
  • 7