now that ive enabled rewrite the images show even if hotlinked from other sites
.htaccess
RewriteEngine on
RewriteCond %{HTTP_REFERER}!^
http://elite-galleries.com.*$ [NC]
RewriteCond %{HTTP_REFERER}!^
http://www.elite-galleries.com.*$ [NC]
RewriteRule .*.(gif¦GIF¦jpg¦JPG)$ - [F]
do i need to add anything in the httpd.conf?