全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 4839|回复: 2
打印 上一主题 下一主题

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

[复制链接]
跳转到指定楼层
1#
发表于 2008-12-25 18:16:50 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
  1. <IfModule mod_rewrite.c>
  2. RewriteEngine on

  3. RewriteCond %{HTTP_REFERER} !^$

  4. RewriteCond %{HTTP_REFERER} !^$ [NC]
  5. RewriteCond %{HTTP_REFERER} !www.91ai.net [NC]
  6. RewriteCond %{HTTP_REFERER} !bbs.daigou.in [NC]
  7. RewriteCond %{HTTP_REFERER} !blog.daigou.in [NC]
  8. RewriteCond %{HTTP_REFERER} !daigou.in [NC]
  9. RewriteCond %{HTTP_REFERER} !www.zhuaxia.com [NC]
  10. RewriteCond %{HTTP_REFERER} !www.google.com [NC]
  11. RewriteCond %{HTTP_REFERER} !google.com [NC]
  12. RewriteCond %{HTTP_REFERER} !www.google.cn [NC]
  13. RewriteCond %{HTTP_REFERER} !google.cn [NC]
  14. RewriteCond %{HTTP_REFERER} !www.baidu.com [NC]
  15. RewriteCond %{HTTP_REFERER} !www.baidu.cn [NC]
  16. RewriteCond %{HTTP_REFERER} !baidu.com [NC]
  17. RewriteCond %{HTTP_REFERER} !baidu.cn [NC]
  18. RewriteCond %{HTTP_REFERER} !bloglines.com [NC]
  19. RewriteCond %{HTTP_REFERER} !www.ask.com [NC]
  20. RewriteCond %{HTTP_REFERER} !www.163.com [NC]
  21. RewriteCond %{HTTP_REFERER} !www.yahoo.com [NC]
  22. RewriteCond %{HTTP_REFERER} !www.sogou.com [NC]
  23. RewriteCond %{HTTP_REFERER} !www.soso.com [NC]
  24. RewriteCond %{HTTP_REFERER} !www.sina.com.cn [NC]
  25. RewriteCond %{HTTP_REFERER} !www.msn.com [NC]
  26. RewriteCond %{HTTP_REFERER} !www.feedsky.com [NC]
  27. RewriteCond %{HTTP_REFERER} !www.feedburner.com [NC]

  28. RewriteRule .(jpg|gif|psd|zip|rar|mp3|txt|png|wma|wmv) http://daigou.in/404.gif [R,NC,L]
  29. </IfModule>
复制代码
将daigou.in改为你的地址!注意防盗链的404.gif不要开启防盗链!
将以上代码
复制上面的代码到记事本
将RewriteRule .(jpg)中的(jpg)增加你所需要防盗的文件扩展名,如(gif|jpg|rar)用|间隔

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

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

用上传工具上传到你的主机空间根目录,或是你想要设置防盗链的目录,上传模式一定要是二进制上传,国外主机一般一个小时生效。
2#
发表于 2008-12-25 19:34:36 | 只看该作者
这个我在美国主机也看过
3#
发表于 2008-12-28 12:56:40 | 只看该作者
不错哦 还可以防盗链 厉害啊!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2024-5-10 05:44 , Processed in 0.057215 second(s), 8 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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