wampserver域名访问报错

报错:

You don't have permission to access / on this server

解决:

httpd.conf和httpd-vhosts.conf中的<Directory "D:JabinDocwww_php">里:
Require local 改为 Require all granted
原文地址:https://www.cnblogs.com/maoriaty/p/8874599.html