<?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: Nginx Hotlink Protection</title>
	<atom:link href="http://uncorrupted.net/technical-articles/nginx-hotlink-protection/feed/" rel="self" type="application/rss+xml" />
	<link>http://uncorrupted.net/technical-articles/nginx-hotlink-protection/</link>
	<description>Your High Performance Web Host!</description>
	<lastBuildDate>Sun, 28 Feb 2010 20:51:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Uncorrupted-Michael</title>
		<link>http://uncorrupted.net/technical-articles/nginx-hotlink-protection/#comment-39</link>
		<dc:creator>Uncorrupted-Michael</dc:creator>
		<pubDate>Sun, 28 Feb 2010 20:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://v4.uncorrupted.net/?p=745#comment-39</guid>
		<description>Try removing the wildcard google exception and see if it works.  My guess is that the syntax isn&#039;t quite right.</description>
		<content:encoded><![CDATA[<p>Try removing the wildcard google exception and see if it works.  My guess is that the syntax isn&#8217;t quite right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: demonsked</title>
		<link>http://uncorrupted.net/technical-articles/nginx-hotlink-protection/#comment-38</link>
		<dc:creator>demonsked</dc:creator>
		<pubDate>Sat, 27 Feb 2010 01:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://v4.uncorrupted.net/?p=745#comment-38</guid>
		<description>It still not working. Other can leeching my files. Sorry for my bad english.

location ~ \.(gif&#124;jpg&#124;jpeg&#124;png&#124;js&#124;css&#124;rar&#124;exe&#124;sis&#124;sisx&#124;swf&#124;txt&#124;tpl)$ {
                root   /home/skedteam/www/public_html/;
                valid_referers server_names none blocked ~\.google\. images.yandex.ru;
                if ($invalid_referer) {
                return 403;
                }
        }</description>
		<content:encoded><![CDATA[<p>It still not working. Other can leeching my files. Sorry for my bad english.</p>
<p>location ~ \.(gif|jpg|jpeg|png|js|css|rar|exe|sis|sisx|swf|txt|tpl)$ {<br />
                root   /home/skedteam/www/public_html/;<br />
                valid_referers server_names none blocked ~\.google\. images.yandex.ru;<br />
                if ($invalid_referer) {<br />
                return 403;<br />
                }<br />
        }</p>
]]></content:encoded>
	</item>
</channel>
</rss>
