Information, Internet & Technology

About what's been happening in the Internet.. some cool websites, tech news, high-tech stuff, new web technologies will be introduced here, keep urself up with me

Information, Internet & Technology: Test Hot Linking Image

Thursday, August 28, 2008

Test Hot Linking Image

Yes, it now successfully blocks others from hot linking to my images. Add the following codes in your .htaccess if you ain't want those hot links to your images and steal your bandwidth...The following codes show how to block from websites or blogs on the four domains from hot linking to your images.

RewriteCond %{HTTP_REFERER} ^http://(.+\.)?myspace\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?blogspot\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?wordpress\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?livejournal\.com/ [NC]
RewriteCond %{HTTP_REFERER} !^$

Labels: ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home