防止热链接
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了防止热链接相关的知识,希望对你有一定的参考价值。
SESSIONNAME = Name of your session cookie;example.com = Domainname of your site
RewriteEngine On ## PREVENT HOTLINKING ### SetEnvIfNoCase Cookie SESSIONNAME=(.*) IS_OK SetEnvIfNoCase Referer "^http://(www.)?example.com(/.*)?$" IS_OK #SetEnvIfNoCase Referer "^http://(www.)?example.net(/.*)?$" IS_OK <FilesMatch ".(avi|bmp|flv|gif|jpe?g|mov|mp(3|4|e?g)|png|swf|tiff?|wm(a|v))$"> Order deny,allow deny from all allow from env=IS_OK ErrorDocument 403 http://127.0.0.1/ </FilesMatch>
以上是关于防止热链接的主要内容,如果未能解决你的问题,请参考以下文章