gpt4 book ai didi

php - htaccess basic auth 只允许一个目录

转载 作者:搜寻专家 更新时间:2023-10-31 20:52:51 27 4
gpt4 key购买 nike

我正在使用 Drupal 6。

我正在尝试使用 htaccess 基本身份验证来阻止对我的开发站点的访问。我已成功添加授权,以便只有我们的开发人员可以访问它。

但现在我想允许任何人访问一个模块(它的链接以 anon/开头)。

例如:假设我的网站是 testsite.com

我想阻止对所有页面的所有请求 testsite.com/anon/*

这可能吗?如果是怎么办?

提前致谢。

最佳答案

编辑:第一个回复无效。方法如下:

查看 http://httpd.apache.org/docs/current/mod/core.html#require 处的文档,上面写着:

<Directory /path/to/protected/>
Require user david
</Directory>
<Directory /path/to/protected/unprotected>
# All access controls and authentication are disabled
# in this directory
Satisfy Any
Allow from all
</Directory>

这是针对 Apache 2 的,顺便说一句。

关于php - htaccess basic auth 只允许一个目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5778805/

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