I'm trying to serve an application on a home network (windows10) however the tips I encounter on the web to change apache settings do not work, probably because they refer to earlier versions of Apache 2.4.23.
I'm trying to serve an application on a home network (windows10) however the tips I encounter on the web to change apache settings do not work, probably because they refer to earlier versions of Apache 2.4.23.
In version 2.4 of apache I was able to solve it as follows. click the wamp icon, then apache 2.4.xxx, then httpd-vhost.conf.
It will open the configuration file of virtual hosts, just change where it says (Require local) replacing with (Require all granted) , save the file and restart the wamp that already it will be possible to access your local server just by typing the IP of the machine where wamp is installed.