0


我在 .htaccess 中输入了以下代码:

<Directory ./folder>
deny from all
</Directory>

但是我在所有网站文件夹中都收到“内部服务器错误”。

我的代码有什么问题?

4

1 回答 1

1

您收到 500 错误,因为.htaccess 中不允许使用ApacheDirectory 指令。您只需要在 Apache 配置中使用httpd.conf

于 2013-06-02T23:46:01.967 回答