Currently using WAMP 3.06 w/ Apache 2.4.23. Navigating to localhost on the server computer works perfectly, but when I try to go to the IP of the server on my network or the domain, I get a Forbidden on / error. My httpd.conf file has:
<Directory />
AllowOverride none
Require all denied
</Directory>
Thanks!
<Directory />
AllowOverride none
Require all denied
</Directory>
Thanks!