防止图像热链接
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了防止图像热链接相关的知识,希望对你有一定的参考价值。
stop bandwidth theft!
#Stop Image Hotlinking RewriteEngine on RewriteCond %{HTTP_REFERER} !^http(s)?://(www.)?yourdomain.com [NC] RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !google. [NC] RewriteCond %{HTTP_REFERER} !search?q=cache [NC] RewriteCond %{HTTP_REFERER} !msn. [NC] RewriteCond %{HTTP_REFERER} !yahoo. [NC] RewriteCond %{REQUEST_URI} !^/images/fake_image.jpg$ RewriteRule .(jpe?g|png|gif)$ /images/fake_image.jpg [NC,R,L]
以上是关于防止图像热链接的主要内容,如果未能解决你的问题,请参考以下文章