403 禁止错误

发布于 2024-10-25 18:49:03 字数 219 浏览 6 评论 0原文

我有这个 页面,如果您在 firebug 中查看网络选项卡,您将在图像上看到 403 禁止错误文件夹,但当我在 firebug 中查看图像时我可以看到图像...有什么想法可能导致问题吗?该目录中没有 htaccess...其上方的文件夹中有一个,但我没有看到任何东西阻止该文件夹...有什么想法吗?

I have this page and if you view the net tab in firebug you will see a 403 forbidden error on the images folder but I can see the image when I view it in firebug... Any ideas what maybe causing the issue? There is no htaccess in this directory... There is one in the folder above it but there is nothing that I see that stands out to be blocking that folder... Any ideas?

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

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

发布评论

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

评论(1

紧拥背影 2024-11-01 18:49:03

这可能是由 apache 配置引起的,尝试放入包含以下内容的 .htaccess 文件,

<Directory path/to/dir>
order deny,allow
deny from all
</Directory>

看看会发生什么。

This could be caused by apache configuration somehow, try putting .htaccess file containing:

<Directory path/to/dir>
order deny,allow
deny from all
</Directory>

And see what happens.

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