Thread
:
prevent google/bing/yahoo hotlinking/direct link to images
View Single Post
10-18-2013, 09:40 AM
Jel
Confirmed User
Industry Role:
Join Date: Feb 2007
Posts: 6,904
Slightly modified, but should be the exact same thing in terms of what it does I *think*
Quote:
Originally Posted by
Magnetron
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)domain.com/.*$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$
http://www.domain.com/yourpreferredredirect
[R,NC]
does the job with bing as far as the redirect, but not for google
Jel
View Public Profile
Find More Posts by Jel