使用 .htaccess 禁用对子文件夹的访问

发布于 2024-10-07 01:57:39 字数 339 浏览 0 评论 0原文

我在 /public_html 文件夹中有一个网站,在 /public_html/addondomain.com 中有另一个网站。

我想禁用对 www.domain.com/addondomain.com 的访问,但用户仍然应该能够访问 www.addondomain.com (包含在 public_html/ addondomain.com/ 文件夹)。我在 public_html 文件夹中有一个 .htaccess 。我该怎么做?

提前致谢。

I have a site in /public_html folder and I have another one in /public_html/addondomain.com.

I want to disable acesss to www.domain.com/addondomain.com but users should still be able to access www.addondomain.com (contained inside public_html/addondomain.com/ folder). I have an .htaccess in public_html folder. How do I do this?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

瞄了个咪的 2024-10-14 01:57:39

尝试:

RewriteRule ^addondomain.com /this.file.does.not.exist 

Try:

RewriteRule ^addondomain.com /this.file.does.not.exist 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文