I can't connect to my WAMP server from a client on the same network
- by F4r-20
Usually I would manually set up Apache and PHP but this time I thought I would go for the WAMP alternative.
I've set up WAMP and it's working perfectly fine on the host machine.
If I try and access the WAMP server from another machine on the same network (same subnet too: 192.168.1.*) I get this message:
Forbidden
You don't have permission to access / on this server.
I have been online and gone through steps. I have changed Allow from 127.0.0.1 to Allow from all and it's still not working.
Is there anything else I can try? Thanks.