天天看點

apache2.4 You don't have permission to access / on

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>

轉載于:https://blog.51cto.com/13757802/2138878