Maison >développement back-end >tutoriel php >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:141267parcourir

在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 改...
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn