<?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: 301 Redirect Cheatsheet</title>
	<atom:link href="http://www.askapache.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Thu, 18 Mar 2010 14:15:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Luis</title>
		<link>http://www.askapache.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html#comment-95738</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Mon, 17 Aug 2009 20:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html#comment-95738</guid>
		<description>Which would be the preferred redirect method: PHP  or Mod Rewrite ? Why?
I&#039;m just curious abut it.</description>
		<content:encoded><![CDATA[<p>Which would be the preferred redirect method: PHP  or Mod Rewrite ? Why?<br />
I&#8217;m just curious abut it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natasha</title>
		<link>http://www.askapache.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html#comment-69630</link>
		<dc:creator>Natasha</dc:creator>
		<pubDate>Fri, 27 Mar 2009 17:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html#comment-69630</guid>
		<description>This is great information. Thanks a bunch</description>
		<content:encoded><![CDATA[<p>This is great information. Thanks a bunch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Simmons</title>
		<link>http://www.askapache.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html#comment-42639</link>
		<dc:creator>David Simmons</dc:creator>
		<pubDate>Fri, 27 Jun 2008 17:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html#comment-42639</guid>
		<description>Excellent collection!  Thx</description>
		<content:encoded><![CDATA[<p>Excellent collection!  Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nBridges Media</title>
		<link>http://www.askapache.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html#comment-30542</link>
		<dc:creator>nBridges Media</dc:creator>
		<pubDate>Mon, 10 Dec 2007 05:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html#comment-30542</guid>
		<description>Thanks for such nice list</description>
		<content:encoded><![CDATA[<p>Thanks for such nice list</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thebjorn</title>
		<link>http://www.askapache.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html#comment-29987</link>
		<dc:creator>thebjorn</dc:creator>
		<pubDate>Fri, 30 Nov 2007 18:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html#comment-29987</guid>
		<description>Thanks for the list! saved me a bunch of time.  If you&#039;d like to add the code for Django/Python it is:


  from django import http
  def view(request):
      return http.HttpResponseRedirect(&#039;http://www.htaccesselite.com&#039;)
</description>
		<content:encoded><![CDATA[<p>Thanks for the list! saved me a bunch of time.  If you&#8217;d like to add the code for Django/Python it is:</p>
<p>  from django import http<br />
  def view(request):<br />
      return http.HttpResponseRedirect(&#8216;http://www.htaccesselite.com&#8217;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html#comment-25581</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Wed, 24 Oct 2007 08:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html#comment-25581</guid>
		<description>&lt;p&gt;&lt;strong&gt;@ Ash&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Thanks! I will have to go through and clean up the code, especially adding code to do &lt;em&gt;307 Temporary Redirects&lt;/em&gt;, which should almost always be used instead of a &lt;em&gt;302 Redirect&lt;/em&gt;.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><strong>@ Ash</strong></p>
<p>Thanks! I will have to go through and clean up the code, especially adding code to do <em>307 Temporary Redirects</em>, which should almost always be used instead of a <em>302 Redirect</em>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ash Nallawalla</title>
		<link>http://www.askapache.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html#comment-22459</link>
		<dc:creator>Ash Nallawalla</dc:creator>
		<pubDate>Mon, 08 Oct 2007 12:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com.com/htaccess/list-of-methods-to-redirect-users-to-different-page.html#comment-22459</guid>
		<description>Thanks for this fantastic checklist! I will send my students to this page.</description>
		<content:encoded><![CDATA[<p>Thanks for this fantastic checklist! I will send my students to this page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
