Httpd.conf中,注释掉前2行,补上后2行
<Directory />
#AllowOverride none
#Require all denied
Order deny,allow
Allow from all
</Directory>
2021-10-10 00:56:10
Httpd.conf中,注释掉前2行,补上后2行
<Directory />
#AllowOverride none
#Require all denied
Order deny,allow
Allow from all
</Directory>