<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Stop Image Hotlinking with .htaccess</title>
	<atom:link href="http://www.thewebsqueeze.com/web-design-tutorials/stop-image-hotlinking-with-htaccess.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewebsqueeze.com/web-design-tutorials/stop-image-hotlinking-with-htaccess.html</link>
	<description>Web Design Magazine</description>
	<lastBuildDate>Wed, 06 Jul 2011 03:12:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Elliott</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/stop-image-hotlinking-with-htaccess.html/comment-page-2/#comment-18497</link>
		<dc:creator>Elliott</dc:creator>
		<pubDate>Sat, 06 Nov 2010 23:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=1490#comment-18497</guid>
		<description>The .htaccess regexes are slightly wrong.  You want to escape the wildcard character &quot;.&quot; with a backslash.</description>
		<content:encoded><![CDATA[<p>The .htaccess regexes are slightly wrong.  You want to escape the wildcard character &#8220;.&#8221; with a backslash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hindi</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/stop-image-hotlinking-with-htaccess.html/comment-page-2/#comment-10714</link>
		<dc:creator>hindi</dc:creator>
		<pubDate>Thu, 03 Jun 2010 06:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=1490#comment-10714</guid>
		<description>Craig do you even reply to posts don&#039;t just keep a dead page here. no1 likes dead things just shut this page</description>
		<content:encoded><![CDATA[<p>Craig do you even reply to posts don&#8217;t just keep a dead page here. no1 likes dead things just shut this page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sadffasdfds</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/stop-image-hotlinking-with-htaccess.html/comment-page-1/#comment-10409</link>
		<dc:creator>sadffasdfds</dc:creator>
		<pubDate>Fri, 28 May 2010 01:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=1490#comment-10409</guid>
		<description>SHut UP</description>
		<content:encoded><![CDATA[<p>SHut UP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Val</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/stop-image-hotlinking-with-htaccess.html/comment-page-1/#comment-10307</link>
		<dc:creator>Val</dc:creator>
		<pubDate>Tue, 25 May 2010 01:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=1490#comment-10307</guid>
		<description>It works only on IE and not on firefox what can I do about it ?</description>
		<content:encoded><![CDATA[<p>It works only on IE and not on firefox what can I do about it ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dom</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/stop-image-hotlinking-with-htaccess.html/comment-page-1/#comment-8172</link>
		<dc:creator>Dom</dc:creator>
		<pubDate>Sun, 31 Jan 2010 16:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=1490#comment-8172</guid>
		<description>Hi,

This works great thanks, but it won&#039;t display the alternativee image on the hotlinking site. Any ideas?

&lt;code&gt;RewriteCond %{REQUEST&#095;URI} !(^/robots.txt&#124;.ico)$
RewriteCond %{HTTP&#095;REFERER} !^$
RewriteCond %{HTTP&#095;REFERER} !^http://(www.)thebagshopstamford.co.uk(/)?.*$ [NC]
RewriteCond %{HTTP&#095;REFERER} !google. [NC] 
RewriteCond %{HTTP&#095;REFERER} !search?q=cache [NC]
RewriteCond %{HTTP&#095;REFERER} !msn. [NC]  
RewriteCond %{HTTP&#095;REFERER} !yahoo. [NC]
RewriteCond %{REQUEST&#095;URI} !^cpyright.jpeg$
RewriteRule .(jpg&#124;png&#124;gif)$ cpyright.jpeg [NC,R,L]
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This works great thanks, but it won&#8217;t display the alternativee image on the hotlinking site. Any ideas?</p>
<p><code>RewriteCond %{REQUEST&#95;URI} !(^/robots.txt|.ico)$<br />
RewriteCond %{HTTP&#95;REFERER} !^$<br />
RewriteCond %{HTTP&#95;REFERER} !^http://(www.)thebagshopstamford.co.uk(/)?.*$ [NC]<br />
RewriteCond %{HTTP&#95;REFERER} !google. [NC]<br />
RewriteCond %{HTTP&#95;REFERER} !search?q=cache [NC]<br />
RewriteCond %{HTTP&#95;REFERER} !msn. [NC]<br />
RewriteCond %{HTTP&#95;REFERER} !yahoo. [NC]<br />
RewriteCond %{REQUEST&#95;URI} !^cpyright.jpeg$<br />
RewriteRule .(jpg|png|gif)$ cpyright.jpeg [NC,R,L]<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavi</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/stop-image-hotlinking-with-htaccess.html/comment-page-1/#comment-8126</link>
		<dc:creator>Xavi</dc:creator>
		<pubDate>Mon, 25 Jan 2010 14:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=1490#comment-8126</guid>
		<description>&lt;a href=&quot;#comment-5434&quot; rel=&quot;nofollow&quot;&gt;Kad&lt;/a&gt; is right, 
I&#039;ve implemented the Replace hotlinked image with a default one and the server makes up to 20 requests.

Cheers Craig and Kad :)</description>
		<content:encoded><![CDATA[<p><a href="#comment-5434" rel="nofollow">Kad</a> is right,<br />
I&#8217;ve implemented the Replace hotlinked image with a default one and the server makes up to 20 requests.</p>
<p>Cheers Craig and Kad <img src='http://www.thewebsqueeze.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seo</title>
		<link>http://www.thewebsqueeze.com/web-design-tutorials/stop-image-hotlinking-with-htaccess.html/comment-page-1/#comment-8122</link>
		<dc:creator>seo</dc:creator>
		<pubDate>Mon, 25 Jan 2010 11:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewebsqueeze.com/?p=1490#comment-8122</guid>
		<description>Yeah, simple and realy useful thing, thanks!</description>
		<content:encoded><![CDATA[<p>Yeah, simple and realy useful thing, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

