How to allow Google Images search to by pass hotlink protection?
- by Marco Demaio
I saw Google Images seems to index my images only if hotlink protection is off. *
I use anyway hotlink protection because I don't like the idea of people sucking my bandwidth, i simply this code to protcet my sites from being hotlinked:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER}…