共计 326 个字符,预计需要花费 1 分钟才能阅读完成。
如下配置:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://test.cn/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://test.cn$ [NC]
RewriteRule .*\.(gif|jpg|swf|png|bmp|jpeg)$ http://test.cn/$1 [R,NC]
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
{
valid_referers none blocked *.test.cn test.haohuo.org ;
if ($invalid_referer)
{return 403;}
}
正文完
扫码赞助
