J'ai téléchargé la dernière version du serveur WAMP (PHP, Apache et MySQL) et j'ai un problème. Lorsque je suis sur localhost, tout fonctionne bien, mais lorsque j'accède à mon adresse IP publique à partir d'un navigateur, le message suivant s'affiche:

You don't have permission to access / on this server.
Apache/2.4.23 (Win64) PHP/5.6.25 Server at 95********* Port 80

Comment puis-je réparer cela?

déjà fixé avec:

# 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>

#
Станимир Вътов
la source