gpt4 book ai didi

php - 服务器无法读取 htaccess 文件,为了安全拒绝访问

转载 作者:IT王子 更新时间:2023-10-29 00:11:56 25 4
gpt4 key购买 nike

403 禁止

您无权在此服务器上access/folder_name/index.php

服务器无法读取.htaccess 文件,为了安全拒绝访问

此外,在尝试使用 ErrorDocument 处理请求时遇到了 403 Forbidden 错误。

这是.htaccess代码:

<Files 403.shtml> 
order allow,
deny allow from all
</Files>

我还尝试了另一个代码:

<Directory "/path/to/source/file/directory/www"> 
Options Indexes FollowSymLinks
AllowOverride all
Require all granted
</Directory>

但我对“path/to/source/file/directory/www”这一行感到困惑。

最佳答案

确保 .htaccess 文件可被 apache 读取:

chmod 644 access/folder_name/.htaccess 

并确保包含.htaccess 的目录是可读和可执行的:

chmod 755 access/folder_name/

关于php - 服务器无法读取 htaccess 文件,为了安全拒绝访问,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42849166/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com