Thank you for your response. Yes, I have that condition. The entire script reads;
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^
http://michaelsplace.us.*$ [NC]
RewriteCond %{HTTP_REFERER} !^
http://www.michaelsplace.us.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp)$
http://www.michaelsplace.us/noimage.jpg [R,NC]
But still, no image is displayed.
Michael