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

网上的答案千篇一律,没有一个能用的,真心怀疑这些作者有没有自己试过他们的答案。

直接上答案:

打开 Apache/conf/extra/httpd-vhosts.conf

修改


ServerName example.com
DocumentRoot "把这里改成你的document root"
把这里改成你的document root">

AllowOverride All
Order allow,deny
Allow from all


也有这样的

总之吧DocumentRoot改过来就对了

然后重启一下Apache,就OK了

你可能感兴趣的:(apache)