<?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: Wordpress &#8220;Page Redirect&#8221; template</title>
	<atom:link href="http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/</link>
	<description>MaxScript, ActionScript, PHP &#38; JavaScript</description>
	<pubDate>Sat, 22 Nov 2008 14:10:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: daniele</title>
		<link>http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-1263</link>
		<dc:creator>daniele</dc:creator>
		<pubDate>Mon, 06 Oct 2008 13:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-1263</guid>
		<description>I think (just for searchbots happiness) it would be better add a 301 header before redirect:

           // do the link
-----&#62;   Header("HTTP/1.1 301 Moved Permanently" );
            Header("Location: $link");
            die('');

thanks a lot for your page-redirect-template. It solved my need in just one second!</description>
		<content:encoded><![CDATA[<p>I think (just for searchbots happiness) it would be better add a 301 header before redirect:</p>
<p>           // do the link<br />
&#8212;&#8211;&gt;   Header(&#8221;HTTP/1.1 301 Moved Permanently&#8221; );<br />
            Header(&#8221;Location: $link&#8221;);<br />
            die(&#8221;);</p>
<p>thanks a lot for your page-redirect-template. It solved my need in just one second!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-784</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 10 Aug 2008 12:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-784</guid>
		<description>Awesome. Thankyou very much</description>
		<content:encoded><![CDATA[<p>Awesome. Thankyou very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-622</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Wed, 23 Jul 2008 02:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-622</guid>
		<description>Here is an even simpler solution. If your permalink options are not set to the default option, just make the permalink the link that you want the page to be redirected to. I don't know how deep you can go but it's worth a shot.</description>
		<content:encoded><![CDATA[<p>Here is an even simpler solution. If your permalink options are not set to the default option, just make the permalink the link that you want the page to be redirected to. I don&#8217;t know how deep you can go but it&#8217;s worth a shot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Stewart</title>
		<link>http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-566</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Wed, 16 Jul 2008 16:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-566</guid>
		<description>Hi Murtaza,
Sorry - I can't help you there! Page Redirect does one thing and one thing only.
Cheers, Dave</description>
		<content:encoded><![CDATA[<p>Hi Murtaza,<br />
Sorry - I can&#8217;t help you there! Page Redirect does one thing and one thing only.<br />
Cheers, Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: murtaza</title>
		<link>http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-565</link>
		<dc:creator>murtaza</dc:creator>
		<pubDate>Wed, 16 Jul 2008 16:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-565</guid>
		<description>looking for solution that i type my url and is redirected to new static page 

and how it can be done from the post.... is their anyway to do from post

thankyou and looking forward for your prompt reply</description>
		<content:encoded><![CDATA[<p>looking for solution that i type my url and is redirected to new static page </p>
<p>and how it can be done from the post&#8230;. is their anyway to do from post</p>
<p>thankyou and looking forward for your prompt reply</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-495</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 01 Jul 2008 07:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-495</guid>
		<description>hi. it works great, 1 question from me:

Is it possible to redirect the page to an alternative site IN a new windows?

1000 thanks</description>
		<content:encoded><![CDATA[<p>hi. it works great, 1 question from me:</p>
<p>Is it possible to redirect the page to an alternative site IN a new windows?</p>
<p>1000 thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Stewart</title>
		<link>http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-441</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Fri, 20 Jun 2008 14:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-441</guid>
		<description>Cool. Thanks Ethan - I've updated it now :)</description>
		<content:encoded><![CDATA[<p>Cool. Thanks Ethan - I&#8217;ve updated it now <img src='http://www.keyframesandcode.com/code/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ethan</title>
		<link>http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-439</link>
		<dc:creator>ethan</dc:creator>
		<pubDate>Fri, 20 Jun 2008 13:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-439</guid>
		<description>Neat trick. My only suggestion is that $HTTP_SERVER_VARS is, I believe, deprecated in PHP 5. People should be using $_SERVER. I made this modification and it works fine.

Thanks, though. This is way simpler than the Redirect plugin I found.</description>
		<content:encoded><![CDATA[<p>Neat trick. My only suggestion is that $HTTP_SERVER_VARS is, I believe, deprecated in PHP 5. People should be using $_SERVER. I made this modification and it works fine.</p>
<p>Thanks, though. This is way simpler than the Redirect plugin I found.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Stewart</title>
		<link>http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-222</link>
		<dc:creator>Dave Stewart</dc:creator>
		<pubDate>Fri, 16 May 2008 18:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-222</guid>
		<description>Hmm. Not sure why it's not working for you, as it does here. To test, I've added a new page to my top links, "Dave Stewart", and that's just "http://www.davestewart.co.uk", and it works fine. Check it out, as I'll delete it in a day or so.

Another option you could use would be to add an Apache Redirect Directive to an .htaccess file in your root directory, which would redirect traffic at the server level, rather than the page level: http://www.base64.co.uk/apache-redirect-directive/

And if you want to email me, feel free.</description>
		<content:encoded><![CDATA[<p>Hmm. Not sure why it&#8217;s not working for you, as it does here. To test, I&#8217;ve added a new page to my top links, &#8220;Dave Stewart&#8221;, and that&#8217;s just &#8220;http://www.davestewart.co.uk&#8221;, and it works fine. Check it out, as I&#8217;ll delete it in a day or so.</p>
<p>Another option you could use would be to add an Apache Redirect Directive to an .htaccess file in your root directory, which would redirect traffic at the server level, rather than the page level: <a href="http://www.base64.co.uk/apache-redirect-directive/" rel="nofollow">http://www.base64.co.uk/apache-redirect-directive/</a></p>
<p>And if you want to email me, feel free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james</title>
		<link>http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-221</link>
		<dc:creator>james</dc:creator>
		<pubDate>Fri, 16 May 2008 17:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.keyframesandcode.com/code/development/php/wordpress/wordpress-template-page-redirect/#comment-221</guid>
		<description>http://www.mydomain.com


just like that (with "mydomain" replaced with a real one, of course.)</description>
		<content:encoded><![CDATA[<p><a href="http://www.mydomain.com" rel="nofollow">http://www.mydomain.com</a></p>
<p>just like that (with &#8220;mydomain&#8221; replaced with a real one, of course.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
