<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Priceless Tips &#187; disable hotlinking</title>
	<atom:link href="http://zetrys.info/tag/disable-hotlinking/feed" rel="self" type="application/rss+xml" />
	<link>http://zetrys.info</link>
	<description>Business and Trends</description>
	<lastBuildDate>Mon, 29 Mar 2010 04:06:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Easy way to allow hotlinking on your files</title>
		<link>http://zetrys.info/easy-way-to-allow-hotlinking-on-your-files-83.html</link>
		<comments>http://zetrys.info/easy-way-to-allow-hotlinking-on-your-files-83.html#comments</comments>
		<pubDate>Thu, 08 May 2008 06:07:09 +0000</pubDate>
		<dc:creator>Sam Ilan</dc:creator>
				<category><![CDATA[Tip and Guides]]></category>
		<category><![CDATA[disable hotlinking]]></category>
		<category><![CDATA[free image hosting]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://zetrys.info/easy-way-to-allow-hotlinking-on-your-files-83.html</guid>
		<description><![CDATA[Hotlinking is not always mean bad thing for your website. Sometimes you may find it necessary to disable hotlink-protection for a specific directory. For example if you have a free image hosting service, it  difficult to prevent image hot linking from your site, obviously because hotlinking is what people will do when they use [...]]]></description>
			<content:encoded><![CDATA[<p>Hotlinking is not always mean bad thing for your website. Sometimes you may find it necessary to disable hotlink-protection for a specific directory. For example if you have a <a href="http://imagedos.net">free image hosting</a> service, it  difficult to prevent image hot linking from your site, obviously because hotlinking is what people will do when they use your free image sharing service.<br />
<span id="more-83"></span><br />
By default, htaccess rules apply to the directory in which it is located, as well as all subdirectories contained therein. By adding a simple code on the .htaccess in the directory you simply disable the hot linking prevention on that particular directory only.</p>
<p># disable hotlink protection<br />
RewriteEngine off</p>
<p>If you can&#8217;t find the .htaccess in the directory then create a file from cPanel filemanager, add those code and save</p>
<p>After opening hotlink prevention on my free image sharing service, the site become <a href="http://imagedos.net/">free image hosting that allowed hotlinking</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zetrys.info/easy-way-to-allow-hotlinking-on-your-files-83.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
