<?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: Idiosynchracy With Apache Rewrites</title>
	<atom:link href="http://cretaceouslabs.com/blog/2009/09/idiosynchracy-with-apache-rewrites/feed/" rel="self" type="application/rss+xml" />
	<link>http://cretaceouslabs.com/blog/2009/09/idiosynchracy-with-apache-rewrites/</link>
	<description></description>
	<lastBuildDate>Thu, 24 Nov 2011 16:39:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nick</title>
		<link>http://cretaceouslabs.com/blog/2009/09/idiosynchracy-with-apache-rewrites/#comment-11</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 23 Sep 2009 00:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://cretaceouslabs.com/blog/2009/09/idiosynchracy-with-apache-rewrites/#comment-11</guid>
		<description>Yeah, the [C] flag can help in certain situations. However, I needed the second RewriteRule to fire regardless of whether or not the first one matched.</description>
		<content:encoded><![CDATA[<p>Yeah, the [C] flag can help in certain situations. However, I needed the second RewriteRule to fire regardless of whether or not the first one matched.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chrono</title>
		<link>http://cretaceouslabs.com/blog/2009/09/idiosynchracy-with-apache-rewrites/#comment-10</link>
		<dc:creator>Chrono</dc:creator>
		<pubDate>Tue, 22 Sep 2009 23:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://cretaceouslabs.com/blog/2009/09/idiosynchracy-with-apache-rewrites/#comment-10</guid>
		<description>Actually, you can. Add the [C] flag to the first rule to chain it to the second one. If the first rule does not match (maybe due to its precondition) then all the chained rules are skipped.</description>
		<content:encoded><![CDATA[<p>Actually, you can. Add the [C] flag to the first rule to chain it to the second one. If the first rule does not match (maybe due to its precondition) then all the chained rules are skipped.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

