apache默认配置 访问目录403错误 出现You don't have permission to access / on this server
将httpd的配置文件 /etc/httpd/conf/httpd.conf中找到:Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
改为:
Options Indexes FollowSymLinks
AllowOverride None
页:
[1]