.htaccess bot阻止和图像窃取

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了.htaccess bot阻止和图像窃取相关的知识,希望对你有一定的参考价值。

Blocks bad bots, and image theft, allows visitors inside domains.
  1. RewriteEngine On
  2. RewriteCond %{HTTP_USER_AGENT} ^Wget [or]
  3. RewriteRule ^.* - [F,L}
  4. RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?seventhpartydesigns.com [NC]
  5. RewriteRule .(jpg|jpeg|png|gif|flv|swf)? - [NC,F,L]

以上是关于.htaccess bot阻止和图像窃取的主要内容,如果未能解决你的问题,请参考以下文章

使用 htaccess 阻止特殊目录的所有 bots/crawlers/spider

apache_conf Bot Block .htaccess #htaccess #botblock

使用 htaccess 和 GeoIP 阻止特殊地址或 URL 的国家/地区

.htaccess 重定向对 Google bot 有啥影响?

Azure 机器人微软Azure Bot 编辑器系列 : 机器人/用户提问回答模式,机器人从API获取响应并组织答案 (The Bot Framework Composer tutorial(代码片段

.htaccess 中的 301 重定向错误,显示“Bots Get Naked Version”而不是重定向