.htaccess file should look kinda like this
RewriteEngine On
#RewriteCond %{HTTP_REFERER} !^$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?yourdomain.com(/)?.*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://(www\.)?yourdomain.com(/)?.*$ [NC]
RewriteRule .*\.(jpg|jpeg|JPG|gif)$
http://%{HTTP_HOST}/ [R,NC,L]