View Single Post
Old 10-18-2013, 09:40 AM  
Jel
Confirmed User
 
Jel's Avatar
 
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 View Post
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 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote