hotlink code prevent images from display in email
hi all
i have this in my htaccess file
Code:
RewriteCond %{HTTP_REFERER} !^http://(.+\.)?domainname\.co.in/ [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule .*\.(jpe?g|gif|bmp|png|swf)$ /images/nohotlink.jpe [L]
The problem :
my customers are not able to see the product images in html emailer sent from my server to their email.
If i remove this code from my htaccess then the images are displayed fine in their email.
Is my code incorrect ???
vineet