<?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: Apache2: mod_rewrite vs. mod_proxy</title>
	<atom:link href="http://www.randys.org/2007/01/11/apache2-mod_rewrite-vs-mod_proxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.randys.org/2007/01/11/apache2-mod_rewrite-vs-mod_proxy/</link>
	<description>wasting your precious bandwidth since 1998</description>
	<lastBuildDate>Thu, 19 Aug 2010 16:02:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: muldown</title>
		<link>http://www.randys.org/2007/01/11/apache2-mod_rewrite-vs-mod_proxy/#comment-58</link>
		<dc:creator>muldown</dc:creator>
		<pubDate>Thu, 11 Jan 2007 00:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.randys.org//2007/01/11/apache2-mod_rewrite-vs-mod_proxy#comment-58</guid>
		<description>&lt;p&gt;John Gruber did &lt;a href=&quot;http://daringfireball.net/2006/05/htaccess_redirection&quot; rel=&quot;nofollow&quot;&gt;a write-up about this topic&lt;/a&gt; last year.  You might find the information helpful.&lt;/p&gt;

&lt;p&gt;I haven&#039;t tested it, but I think this is what you want:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;&lt;code&gt;RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^randys&#046;org$
RewriteRule (.*) http://www.randys.org/$1 [R=Permanent]
&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Nice redesign, by the way...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>John Gruber did <a href="http://daringfireball.net/2006/05/htaccess_redirection" rel="nofollow">a write-up about this topic</a> last year.  You might find the information helpful.</p>

<p>I haven&#8217;t tested it, but I think this is what you want:</p>

<p><pre><code>RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^randys&#46;org$
RewriteRule (.*) <a href="http://www.randys.org/$1" rel="nofollow">http://www.randys.org/$1</a> [R=Permanent]
</code></pre></p>

<p>Nice redesign, by the way&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: randy</title>
		<link>http://www.randys.org/2007/01/11/apache2-mod_rewrite-vs-mod_proxy/#comment-59</link>
		<dc:creator>randy</dc:creator>
		<pubDate>Thu, 11 Jan 2007 00:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.randys.org//2007/01/11/apache2-mod_rewrite-vs-mod_proxy#comment-59</guid>
		<description>&lt;p&gt;Hmmm, for some reason, this isn&#039;t working. I&#039;ve added this to the main apache2 config as well as the config for the site and the .htaccess file. I seems like it just ignore it. I&#039;m wondering if it has something to do with mod_proxy?&lt;/p&gt;

&lt;p&gt;Thanks... some random template. ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hmmm, for some reason, this isn&#8217;t working. I&#8217;ve added this to the main apache2 config as well as the config for the site and the .htaccess file. I seems like it just ignore it. I&#8217;m wondering if it has something to do with mod_proxy?</p>

<p>Thanks&#8230; some random template. ;)</p>]]></content:encoded>
	</item>
</channel>
</rss>
