Forum Moderators: phranque
http://www.example.net/directory/album_pic.php?pic_id=123
So, this code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?myspace\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?blogspot\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?livejournal\.com/ [NC]
RewriteRule .*\.(jpe?g¦gif¦bmp¦png)$ - [F]
...doesn't work.
What do I need to do to block hotlinking in this situation? And is there a way I can block a few sites and not screw up my ranking/links/money from google images?
Thanks