<?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: &#8220;NO Hotlink&#8221; &#8211; Protect your website from hotlinking with htaccess</title>
	<atom:link href="http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess/feed" rel="self" type="application/rss+xml" />
	<link>http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess</link>
	<description>Exchange your Linux experience with us</description>
	<lastBuildDate>Mon, 30 Jan 2012 10:32:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: dsmcg</title>
		<link>http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess/comment-page-1#comment-693</link>
		<dc:creator>dsmcg</dc:creator>
		<pubDate>Wed, 09 Jan 2008 18:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.smokinglinux.com/apache-tutorials/no-hotlink-protect-your-website-from-hotlinking-with-htaccess#comment-693</guid>
		<description>Remeber to put the video file types *.avi, *.mpg etc. too.
If exist, maybe musik files too.

An alternativ ist to put this in the Apache Config (VirtualHosts):

 order deny,allow
 Options -Indexes
 deny from all
 allow from localhost
</description>
		<content:encoded><![CDATA[<p>Remeber to put the video file types *.avi, *.mpg etc. too.<br />
If exist, maybe musik files too.</p>
<p>An alternativ ist to put this in the Apache Config (VirtualHosts):</p>
<p> order deny,allow<br />
 Options -Indexes<br />
 deny from all<br />
 allow from localhost</p>
]]></content:encoded>
	</item>
</channel>
</rss>

