将httpd.conf中的
<Directory />
AllowOverride none
Require all denied
</Directory>
改成
<Directory />
Order deny,allow
Allow from all
</Directory>
即可
时间: 2024-10-12 19:23:59
将httpd.conf中的
<Directory />
AllowOverride none
Require all denied
</Directory>
改成
<Directory />
Order deny,allow
Allow from all
</Directory>
即可