well for example if you using something like:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yoursite.com.*$ [NC]
RewriteRule ^.+\.(jpg|jpeg|png|gif)$ - [NC,F,L]
i belive all you will need to is to add this:
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?yoursite.com/images/mypic.gif.*$ [NC]
|