<?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: Defaults &#038; Inheritance</title>
	<atom:link href="http://blog.ianbicking.org/2007/08/10/defaults-inheritance/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ianbicking.org/2007/08/10/defaults-inheritance/</link>
	<description></description>
	<pubDate>Thu, 11 Mar 2010 04:45:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shane Hathaway</title>
		<link>http://blog.ianbicking.org/2007/08/10/defaults-inheritance/comment-page-1/#comment-120</link>
		<dc:creator>Shane Hathaway</dc:creator>
		<pubDate>Sat, 11 Aug 2007 02:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ianbicking.org/2007/08/10/defaults-inheritance/#comment-120</guid>
		<description>A correction: Zope's VirtualHostMonster does in fact solve the problem you described, but the solution is surprising.  Names that begin with `_vh_` signify the path of the original request.  In your case, the full rewrite rule would look about like this:

`RewriteRule ^/blog/(.*)` `http://localhost:8080/VirtualHostBase/http/example.org:80/rootdir/VirtualHostRoot/_vh_blog/$1 [L,P]`</description>
		<content:encoded><![CDATA[<p>A correction: Zope&#8217;s VirtualHostMonster does in fact solve the problem you described, but the solution is surprising.  Names that begin with <code>_vh_</code> signify the path of the original request.  In your case, the full rewrite rule would look about like this:</p>

<p><code>RewriteRule ^/blog/(.*)</code> <code>http://localhost:8080/VirtualHostBase/http/example.org:80/rootdir/VirtualHostRoot/_vh_blog/$1 [L,P]</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.212 seconds -->
