xampp Apache Access forbidden! Error 403 解决方法

在http.conf加上

<Directory "D:/www">
    Options Indexes FollowSymLinks Includes ExecCGI
    AllowOverride All
    Require all granted
</Directory>
原文地址:https://www.cnblogs.com/shaoing/p/5459099.html