<?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: 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>Web Development</description>
	<pubDate>Sun, 20 Jul 2008 07:17:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<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'd like to add the code for Django/Python it is:


  from django import http
  def view(request):
      return http.HttpResponseRedirect('http://www.htaccesselite.com')
</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(&#8217;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>Thanks Ash! I will have to go through and clean up the code, especially adding code to do 307 Temporary Redirects, which should almost always be used instead of a 302 Redirect.</description>
		<content:encoded><![CDATA[<p>Thanks Ash! I will have to go through and clean up the code, especially adding code to do 307 Temporary Redirects, which should almost always be used instead of a 302 Redirect.</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>
