文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>让apache上的图片有防止盗链的功能

让apache上的图片有防止盗链的功能

时间:2005-01-25  来源:一郎

  • 让apache上的图片有防止盗链的功能

参考文档:

Preventing Image 'Theft' By: Ken Coar
Preventing hot linking of images by JavaScript Kit
SetEnvIfNoCase 和 SetEnvIf 的说明文档
http://httpd.apache.org/docs-2.0/mod/mod_setenvif.html#setenvif

httpd.conf 的修改处

######## Preventing Image 'Theft' ########

SetEnvIfNoCase Referer “^http://(.)+.fjhr.com/” local_ref=1
SetEnvIfNoCase Referer “^http://(.)+.hzmjp.com/” local_ref=1
SetEnvIfNoCase Referer “^http://(.)+.dalouis.com/” local_ref=1
SetEnvIfNoCase Referer “^http://(.)+.necktie.gov.cn/” local_ref=1
SetEnvIfNoCase Referer “^http://(.)+.necktie.net.cn/” local_ref=1
SetEnvIfNoCase Referer “-” local_ref=1
######## Allow the LOGO image Theft ##########
SetEnvIf Request_URI “/images/logo(.)+” local_ref=0


Order Allow,Deny
Allow from env=local_ref

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载