I try to share my website in a local network (LAN), I use WampServer 2.5 & Apache 2.4.9.
- First I set up httpd.conf.
- I replace the line
Require local
withRequire all granted
. - I disable my firewall.
- Now from another computer, I can access WampServer and phpmyadmin
- But when I try to access to my websites I get the access forbidden message.
How do I fix this?