This is what I use to redirect people to my home page. Just replace yourdomain.com with your site and place that code your .htaccess file.
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.)?yourdomain.com.*$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|mpg|wmv|avi|psd)$ http://www.yourdomain.com [R,NC]