php - WampServer 3.2.3 cant access Lan Network,

one text

Solution:

I have found the solution and Wampserver was not the problem. The problem is the Windows 10 firewall that was blocking the network access. so these are the steps to allow the network access:

  1.- In windows 10 go to Menu "Firewall and network Protection"
  2.- click on "Allow an app through firewall" option, it opens a window with title "allowed apps"
  3.- Click on button "Change Settings" (You have to have administrator rights to do this)
  4.- Click on "Allow another app", and browse to your wamp installation and search for httpd.exe of apache, in my case "D:\Programs\wamp64\bin\apache\apache2.4.46\bin\httpd.exe", and click on button add "Add"
  5.- and in the columns "Private and Public", check the checkbox for "Public" column and last click on button "Ok" at the bottom of the window
  6.- Now you can access to Wampserver Homepage from another machine in the same network

This works but it is strange, because i didnt have to do these steps with wamp early versions Hope this help to others with the same problem

Source