仅对一个目录进行盗链保护
我只想阻止对一个目录的访问,例如 http://www.example.com/pictures 其他目录中的每个文件都应该正常可用。
我已经完成了推荐人检查解决方案。这很容易被绕过。
我只是想在页面上显示图片目录中的图像,例如 view.php 如果从其他地方访问此目录中的图像。只需重定向到一张显示不允许盗链的图像即可”
谢谢
I want to block access to only one directory say http://www.example.com/pictures
Every file in other directory should be available as normal.
I have gone through a referrer checking solution. That can be easily bypassed.
I Simply want to show images in pictures directory on a page say view.php
if images in this directory accessed from anywhere else. Just redirect to an image that says hotlinking not allowed"
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,可以。但任何防盗链方案也可以。它会阻止随意/粗心的使用,但仅此而已。
就其价值而言,推荐人检查几乎是做到这一点的方法。
Yes, it can. But so can any hotlink-prevention scheme. It'll deter casual/careless use, but that's about it.
For what it's worth, referrer-checking is pretty much the way to do it.