Eu baixei a última versão do servidor WAMP (PHP e Apache e MySQL) e eu tenho um problema. Quando estou no localhost tudo funciona bem, mas quando eu acesso meu IP público de um navegador, ele diz:
You don't have permission to access / on this server.
Apache/2.4.23 (Win64) PHP/5.6.25 Server at 95********* Port 80
Como posso corrigir isso?
já corrigido com:
# Virtual Hosts
#
<VirtualHost *:80>
ServerName localhost
DocumentRoot c:/wamp64/www
<Directory "c:/wamp64/www/">
Options +Indexes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
#
Tags wamp