Try the full URL with
http://
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^
http://www.xyz.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://xyz.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://www.xyz.com:80/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^xyz.com:80/.*$ [NC]
RewriteRule .*\.jpg$
http://www.go here if not xyz.com[R,L]
you might want to try to set this into the conf statement sometimes .htaccess behaves weird. Also allow overide all should be inside the conf file.