<?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: Easy Link Cloaker With PHP</title>
	<atom:link href="http://www.brainhandles.com/2007/05/02/easy-link-cloaker-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brainhandles.com/2007/05/02/easy-link-cloaker-with-php/</link>
	<description>Whatever's tugging at my brain handles</description>
	<pubDate>Fri, 29 Aug 2008 00:45:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Chris Hunt</title>
		<link>http://www.brainhandles.com/2007/05/02/easy-link-cloaker-with-php/#comment-258</link>
		<dc:creator>Chris Hunt</dc:creator>
		<pubDate>Mon, 07 May 2007 10:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.brainhandles.com/2007/05/02/easy-link-cloaker-with-php/#comment-258</guid>
		<description>You should add this line before the one that sends the location: header -

header("HTTP/1.1 301 Moved Permanently");

That way, search engines will treat links to the "cloaking" URL as a link to the actual URL. If you don't put the 301 header in there, there's a chance that some SEO juice could be lost.</description>
		<content:encoded><![CDATA[<p>You should add this line before the one that sends the location: header -</p>
<p>header("HTTP/1.1 301 Moved Permanently");</p>
<p>That way, search engines will treat links to the "cloaking" URL as a link to the actual URL. If you don't put the 301 header in there, there's a chance that some SEO juice could be lost.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
