RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.)?mon-domaine.com [NC]
RewriteCond %{HTTP_REFERER} !^http://(www.)?le-site-de-mon-ami.com [NC]
RewriteCond %{HTTP_REFERER} !^http://(www.)?google. [NC]
RewriteCond %{HTTP_REFERER} !^http://(www.)?yahoo. [NC]
RewriteCond %{HTTP_REFERER} !^http://(www.)?live. [NC]
RewriteRule .*.(gif|png|jpg|jpeg)$ - [F,L,NC]
|