You don't have permission to access / on thi_PHP tutorial appears in apache

WBOY
Release: 2016-07-13 10:42:14
Original
1236 people have browsed it

The default access permissions to the website root are defined in the apache configuration file httpd.conf

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

was changed to

<Directory />
Options Indexes FollowSymLinks
AllowOverride None
Directory>

Problem Solved

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/654278.htmlTechArticleThe default access permissions to the website root are defined in the apache configuration file httpd.conf# Directory / Options FollowSymLinks AllowOverride None Order deny,allow Deny from all / Directory change...
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!