Forum Moderators: phranque
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?mysite.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?myothersite.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?myothersite.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?myothersite.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?myothersite.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?myothersite.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?myothersite.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?myothersite.com [NC]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?google.com [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ /img/hotlinking.jpg [NC,R,L]
What am I missing?