Stop using my images on other blog - htaccess

Discussion in 'Site & Server Administration' started by sarpras2005@yahoo.co.in, Aug 8, 2009.

  1. #1
    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....
     
  2. Janak

    Janak Peon

    Messages:
    68
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    No the code will not create any problems for your website. It will just block hotlinking of your images in others blogs.
     
    Janak, Aug 9, 2009 IP
  3. sarpras2005@yahoo.co.in

    sarpras2005@yahoo.co.in Well-Known Member

    Messages:
    1,436
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #3
    Thanks for replay..
     
    sarpras2005@yahoo.co.in, Aug 11, 2009 IP