<?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: Configuring mod_rewrite for the Front-Controller Pattern</title>
	<atom:link href="http://www.chrisabernethy.com/mod-rewrite-front-controller/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&#038;feed=Comments+on+Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fmod-rewrite-front-controller%2F%23comment-&#038;seed_title=Configuring+mod_rewrite+for+the+Front-Controller+Pattern</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 23:42:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: happy</title>
		<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&#038;feed=Comments+on+Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fmod-rewrite-front-controller%2F%23comment-15147&#038;seed_title=Configuring+mod_rewrite+for+the+Front-Controller+Pattern#comment-15147</link>
		<dc:creator>happy</dc:creator>
		<pubDate>Wed, 23 Jun 2010 19:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisabernethy.com/2007/12/03/mod-rewrite-front-controller/#comment-15147</guid>
		<description>Thanks for this. I&#039;ve been trying to figure out the rewrite rules for this for ages.</description>
		<content:encoded><![CDATA[<p>Thanks for this. I&#8217;ve been trying to figure out the rewrite rules for this for ages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee Saferite</title>
		<link>http://www.chrisabernethy.com/feeder/?FeederAction=clicked&#038;feed=Comments+on+Articles+%28RSS2%29&#038;seed=http%3A%2F%2Fwww.chrisabernethy.com%2Fmod-rewrite-front-controller%2F%23comment-13013&#038;seed_title=Configuring+mod_rewrite+for+the+Front-Controller+Pattern#comment-13013</link>
		<dc:creator>Lee Saferite</dc:creator>
		<pubDate>Thu, 07 Jan 2010 03:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.chrisabernethy.com/2007/12/03/mod-rewrite-front-controller/#comment-13013</guid>
		<description>I know this is a REALLY old post, but I just thought I&#039;d add something in case it helps someone else in the future.

Using &quot;RewriteRule . /index.php [L]&quot; will break apache mod_cache support in a bad way since every request will have the same URL &quot;/index.php&quot; instead of what you would expect.  The best way around this is using the second format that was mentioned &quot;RewriteRule ^(.*)$ /index.php/$1&quot; and then your URLs that are cached will be what you expect (sorta) &quot;/index.php/{original URL}&quot;</description>
		<content:encoded><![CDATA[<p>I know this is a REALLY old post, but I just thought I&#8217;d add something in case it helps someone else in the future.</p>
<p>Using &#8220;RewriteRule . /index.php [L]&#8221; will break apache mod_cache support in a bad way since every request will have the same URL &#8220;/index.php&#8221; instead of what you would expect.  The best way around this is using the second format that was mentioned &#8220;RewriteRule ^(.*)$ /index.php/$1&#8243; and then your URLs that are cached will be what you expect (sorta) &#8220;/index.php/{original URL}&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

