在论坛上发布 .htaccess 文件是否有危险?

发布于 2024-10-21 14:49:11 字数 130 浏览 2 评论 0原文

正如标题所说。我正在寻找有关我的 .htaccess 的帮助。我在 apache 论坛上获得了帮助,但是在我将 .htaccess 发布给其他人查看之前,我想知道这样做是否会以任何方式损害我网站的安全性?

谢谢

P

As title says. I am looking for some help with my .htaccess. I have been offered help on an apache forum however before i post my .htaccess for others to see i wondered if by doing this the security of my site could be compromised in any way??

Thanks

P

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

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

发布评论

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

评论(1

岁吢 2024-10-28 14:49:11

或许?这取决于?

如果您有包含安全系统路径(例如 AuthUserFile 的位置)的内容,您可能需要在发布之前放入一些虚拟文本:

AuthUserFile /PATH_TO_FILE/

大多数样板内容(ErrorDocument、隐藏 .htaccess、-Indexes 等...)不过,不用担心。

Maybe? It depends?

If you have something that includes a secure system path like the location of AuthUserFile, you might want to put in some dummy text before posting:

AuthUserFile /PATH_TO_FILE/

Most of the boiler plate stuff (ErrorDocument, hiding the .htaccess, -Indexes, etc...) though, wouldn't worry about it.

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