Wamp - Forbidden You don't have permission to access / on this server.

0 votes
215 views
added Jul 23, 2018 in Server issues by LC Marshal Captain (25,790 points)
  1. Open C:\wamp64\bin\apache\apache2.4.23\conf\extra\httpd-vhosts.conf
  2. Change Require local to Require all granted
    <VirtualHost *:80>
        ServerName localhost
        DocumentRoot c:/wamp64/www
        <Directory  "c:/wamp64/www/">
            Options +Indexes +Includes +FollowSymLinks +MultiViews
            AllowOverride All
            # change here
            Require all granted
        </Directory>
    </VirtualHost>

     

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...