找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 26|回复: 2

GoDaddy等linux主机.htaccess文件防盗链写法

[复制链接]

1522

主题

3万

回帖

8万

积分

管理员

积分
81534
发表于 2008-12-25 18:16:50 | 显示全部楼层 |阅读模式
[ol]
  • [I]
  • RewriteEngine on
  • RewriteCond %{HTTP_REFERER} !^$
  • RewriteCond %{HTTP_REFERER} !^$ [NC]
  • RewriteCond %{HTTP_REFERER} !www.hostloc.com [NC]
  • RewriteCond %{HTTP_REFERER} !bbs.daigou.in [NC]
  • RewriteCond %{HTTP_REFERER} !blog.daigou.in [NC]
  • RewriteCond %{HTTP_REFERER} !daigou.in [NC]
  • RewriteCond %{HTTP_REFERER} !www.zhuaxia.com [NC]
  • RewriteCond %{HTTP_REFERER} !www.google.com [NC]
  • RewriteCond %{HTTP_REFERER} !google.com [NC]
  • RewriteCond %{HTTP_REFERER} !www.google.cn [NC]
  • RewriteCond %{HTTP_REFERER} !google.cn [NC]
  • RewriteCond %{HTTP_REFERER} !www.baidu.com [NC]
  • RewriteCond %{HTTP_REFERER} !www.baidu.cn [NC]
  • RewriteCond %{HTTP_REFERER} !baidu.com [NC]
  • RewriteCond %{HTTP_REFERER} !baidu.cn [NC]
  • RewriteCond %{HTTP_REFERER} !bloglines.com [NC]
  • RewriteCond %{HTTP_REFERER} !www.ask.com [NC]
  • RewriteCond %{HTTP_REFERER} !www.163.com [NC]
  • RewriteCond %{HTTP_REFERER} !www.yahoo.com [NC]
  • RewriteCond %{HTTP_REFERER} !www.sogou.com [NC]
  • RewriteCond %{HTTP_REFERER} !www.soso.com [NC]
  • RewriteCond %{HTTP_REFERER} !www.sina.com.cn [NC]
  • RewriteCond %{HTTP_REFERER} !www.msn.com [NC]
  • RewriteCond %{HTTP_REFERER} !www.feedsky.com [NC]
  • RewriteCond %{HTTP_REFERER} !www.feedburner.com [NC]
  • RewriteRule .(jpg|gif|psd|zip|rar|mp3|txt|png|wma|wmv) http://daigou.in/404.gif [R,NC,L]
  • [/I][/ol]复制代码将daigou.in改为你的地址!注意防盗链的404.gif不要开启防盗链!
    将以上代码
    复制上面的代码到记事本
    将RewriteRule .(jpg)中的(jpg)增加你所需要防盗的文件扩展名,如(gif|jpg|rar)用|间隔

    http://daigou.in /404.gif 改为你想转到的图片网址

    然后保存,保存时保存类型选所有文件,编码选ANSI,名称填.htaccess

    用上传工具上传到你的主机空间根目录,或是你想要设置防盗链的目录,上传模式一定要是二进制上传,国外主机一般一个小时生效。
  • 回复

    使用道具 举报

    140

    主题

    765

    回帖

    2006

    积分

    金牌会员

    积分
    2006
    发表于 2008-12-25 19:34:36 | 显示全部楼层
    这个我在美国主机也看过
    回复

    使用道具 举报

    62

    主题

    58

    回帖

    330

    积分

    中级会员

    积分
    330
    发表于 2008-12-28 12:56:40 | 显示全部楼层
    不错哦 还可以防盗链 厉害啊!
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|Discuz! X

    GMT+8, 2025-1-11 18:36 , Processed in 0.017173 second(s), 4 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表