I'm trying to access a page on WAMP server 3.0.4 from a different computer on the same network, but I get the error HTTP 403
<pre>
Error: HTTP 403
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access /Test/index.html
on this server.<br />
</p>
<hr>
<address>Apache/2.4.18 (Win64) PHP/5.6.19 Server at 192.168.1.30 Port 80</address>
</body></html>
</pre>
I know this question has been asked before and I have followed the answers given in these previous questions but I still get the same error. Maybe the syntax in WAMP 3 is different? One clear difference is that at least now there is no "put online" button in the tray.
I have tried
- switching off both windows firewall and antivirus (bullguard) firewall.
In the httpd.conf file changed the server name to my ip address
ServerName 192.168.1.30:80
Changed the onlineoffline tag e.g.
onlineoffline tag - don't remove Require local require ip 192.168.1
In general I have modified the httpd.conf following all answers I've found including but not limited to WAMP Cannot access on local network 403 Forbidden
but there's still no solution.
The complete file can be found here
Thank you in advance for your help