359025439 发表于 2015-8-5 13:19:51

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]
查看完整版本: apache默认配置 访问目录403错误 出现You don't have permission to access / on this server