将httpd的配置文件 /etc/httpd/conf/httpd.conf中找到:
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>

改为:
<Directory />
Options Indexes FollowSymLinks
AllowOverride None
</Directory>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2021-07-03
猜你喜欢
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
  • 2021-05-15
  • 2021-07-25
  • 2021-07-22
  • 2022-12-23
相关资源
相似解决方案