找到配置文件:httpd.conf
<Directory />
AllowOverride none
Require all denied
</Directory>修改为:
<Directory />
AllowOverride none
Require all granted
</Directory>找到配置文件:httpd.conf
<Directory />
AllowOverride none
Require all denied
</Directory>修改为:
<Directory />
AllowOverride none
Require all granted
</Directory>