Some blogs use images of my blog, it create problem for my server. Now i use below htaccess code to stop it. ## DISABLE HOTLINKING RewriteEngine on # Options +FollowSymlinks RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www\.)?articles2u.com/.*$ [NC] RewriteRule \.(gif|jpg|jpeg|png|css|flv)$ - [F] This code create any problem for my blog, search engine traffic.... Please help me....
No the code will not create any problems for your website. It will just block hotlinking of your images in others blogs.