<?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 1999</description>
	<pubDate>Wed, 07 Jan 2009 02:17:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: muldown</title>
		<link>http://www.randys.org/2007/01/11/apache2-mod_rewrite-vs-mod_proxy/comment-page-1/#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="http://daringfireball.net/2006/05/htaccess_redirection"&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't tested it, but I think this is what you want:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^randys\.org$
RewriteRule (.*) http://www.randys.org/$1 [R=Permanent]
&lt;/code&gt;&lt;/pre&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">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>

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

<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-page-1/#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't working. I'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'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. <img src='http://www.randys.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
</channel>
</rss>
