Heim >Backend-Entwicklung >PHP-Tutorial >apache出现You don't have permission to access / on thi_PHP教程

apache出现You don't have permission to access / on thi_PHP教程

WBOY
WBOYOriginal
2016-07-13 10:42:141267Durchsuche

在apache的配置文件httpd.conf里定义了对网站根默认的访问权限

#
Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all 
Directory>

改为

Directory />
    Options Indexes FollowSymLinks
    AllowOverride None
Directory>

 

问题解决

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/654278.htmlTechArticle在apache的配置文件httpd.conf里定义了对网站根默认的访问权限 # Directory / Options FollowSymLinks AllowOverride None Order deny,allow Deny from all / Directory 改...
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn