apache2.4 You don't have permission to access / on this server.
在配置完apache2.4
conf/extra/httpd-vhosts.conf 添加完虚拟主机后以及
本地windows/system32/drivers/etc/host.conf 进行域名解析后
去到Apache
conf/httpd.conf
大概是231行的位置
修改
<Directory />
AllowOverride none
Require all no
</Directory>
为
<Directory “代码目录”>
Options Indexes FollowSymlinks
AllowOverride All
Require all granted
</Directory>
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。