<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Block hotlinkers but allow some sites remote access to images using .htaccess</title>
	<atom:link href="http://www.tomrafteryit.net/block-hotlinkers-but-allow-some-sites-remote-access-to-images-using-htaccess/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tomrafteryit.net/block-hotlinkers-but-allow-some-sites-remote-access-to-images-using-htaccess/</link>
	<description>Tom Raftery, social media consultant, speaker, blogger and podcaster</description>
	<pubDate>Fri, 21 Nov 2008 22:47:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Raj</title>
		<link>http://www.tomrafteryit.net/block-hotlinkers-but-allow-some-sites-remote-access-to-images-using-htaccess/#comment-115390</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Fri, 21 Mar 2008 04:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomrafteryit.net/views/block-hotlinkers-but-allow-some-sites-remote-access-to-images-using-htaccess/#comment-115390</guid>
		<description>First of all thank you for this article.
 
i have 2 websites one for UK .co.uk and 2nd for USA .com. My .com website is located on root directory and .co.uk is located in .com sub domain like http://UK.USA.com and my all images, scripts are hosted at .com (root directory) for both .com and .co.uk domains. When ever i am calling images from sub domain for UK website its not giving me any error or if the same image hosted at root directly and i want to past that image at UK website its giving me an error at the bottom of IE "could not find a privacy policy for http://www.USA.com/button.gif. To view this site's privacy policy, contact the website directly" and if i would like to call any YAHOO image on my testing page its not giving me any type of error.

can please guide me where is the error?

regards</description>
		<content:encoded><![CDATA[<p>First of all thank you for this article.</p>
<p>i have 2 websites one for UK .co.uk and 2nd for USA .com. My .com website is located on root directory and .co.uk is located in .com sub domain like <a href="http://UK.USA.com" rel="nofollow">http://UK.USA.com</a> and my all images, scripts are hosted at .com (root directory) for both .com and .co.uk domains. When ever i am calling images from sub domain for UK website its not giving me any error or if the same image hosted at root directly and i want to past that image at UK website its giving me an error at the bottom of IE &#8220;could not find a privacy policy for <a href="http://www.USA.com/button.gif" rel="nofollow">http://www.USA.com/button.gif</a>. To view this site&#8217;s privacy policy, contact the website directly&#8221; and if i would like to call any YAHOO image on my testing page its not giving me any type of error.</p>
<p>can please guide me where is the error?</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.tomrafteryit.net/block-hotlinkers-but-allow-some-sites-remote-access-to-images-using-htaccess/#comment-104032</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Wed, 04 Apr 2007 20:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomrafteryit.net/views/block-hotlinkers-but-allow-some-sites-remote-access-to-images-using-htaccess/#comment-104032</guid>
		<description>Tom I would just like to say thanks, I've been looking for a simple way to block access to a section of our site. Your clear writing skills are amazing, and I've read lots of sites in the last five days.

Thanks very much, will update you when our services goes live.</description>
		<content:encoded><![CDATA[<p>Tom I would just like to say thanks, I&#8217;ve been looking for a simple way to block access to a section of our site. Your clear writing skills are amazing, and I&#8217;ve read lots of sites in the last five days.</p>
<p>Thanks very much, will update you when our services goes live.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac Z. Schlueter</title>
		<link>http://www.tomrafteryit.net/block-hotlinkers-but-allow-some-sites-remote-access-to-images-using-htaccess/#comment-1437</link>
		<dc:creator>Isaac Z. Schlueter</dc:creator>
		<pubDate>Thu, 11 Aug 2005 15:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomrafteryit.net/views/block-hotlinkers-but-allow-some-sites-remote-access-to-images-using-htaccess/#comment-1437</guid>
		<description>Whoops, the br didn't get in there.
Should be this:

&lt;code&gt;RewriteCond %{HTTP_REFERER} !^http://[^./]*\.bloglines\.com [NC]
RewriteCond %{HTTP_REFERER} !^http://[^./]*\.talkr\.com [NC]&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Whoops, the br didn&#8217;t get in there.<br />
Should be this:</p>
<p><code>RewriteCond %{HTTP_REFERER} !^http://[^./]*\.bloglines\.com [NC]<br />
RewriteCond %{HTTP_REFERER} !^http://[^./]*\.talkr\.com [NC]</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac Z. Schlueter</title>
		<link>http://www.tomrafteryit.net/block-hotlinkers-but-allow-some-sites-remote-access-to-images-using-htaccess/#comment-1436</link>
		<dc:creator>Isaac Z. Schlueter</dc:creator>
		<pubDate>Thu, 11 Aug 2005 15:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tomrafteryit.net/views/block-hotlinkers-but-allow-some-sites-remote-access-to-images-using-htaccess/#comment-1436</guid>
		<description>Thanks for providing this! :)

You might want to also add the following, since these sites provide access to your content (via RSS) when they show the images:

&lt;code&gt;RewriteCond %{HTTP_REFERER} !^http://[^./]*\.bloglines\.com [NC]RewriteCond %{HTTP_REFERER} !^http://[^./]*\.talkr\.com [NC]&lt;/code&gt;

Also, I prefer to use &lt;code&gt;[^./]*&lt;/code&gt; ("not a dot or a slash 0 or more times") instead of &lt;code&gt;(www\.)?&lt;/code&gt;, since that will also subdomains outside of www.</description>
		<content:encoded><![CDATA[<p>Thanks for providing this! <img src='http://www.tomrafteryit.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You might want to also add the following, since these sites provide access to your content (via RSS) when they show the images:</p>
<p><code>RewriteCond %{HTTP_REFERER} !^http://[^./]*\.bloglines\.com [NC]RewriteCond %{HTTP_REFERER} !^http://[^./]*\.talkr\.com [NC]</code></p>
<p>Also, I prefer to use <code>[^./]*</code> (&#8221;not a dot or a slash 0 or more times&#8221;) instead of <code>(www\.)?</code>, since that will also subdomains outside of <a href="http://www" rel="nofollow">http://www</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
