<?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: RewriteRouter and Zend_Config play together</title>
	<atom:link href="http://ingredients.com.au/blog/2006/07/18/rewriterouter-and-zend_config-play-together/feed/" rel="self" type="application/rss+xml" />
	<link>http://ingredients.com.au/blog/2006/07/18/rewriterouter-and-zend_config-play-together/</link>
	<description>Web Design and Development</description>
	<lastBuildDate>Sat, 25 Apr 2009 18:49:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: amit</title>
		<link>http://ingredients.com.au/blog/2006/07/18/rewriterouter-and-zend_config-play-together/comment-page-1/#comment-32565</link>
		<dc:creator>amit</dc:creator>
		<pubDate>Thu, 27 Dec 2007 07:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2006/07/18/rewriterouter-and-zend_config-play-together/#comment-32565</guid>
		<description>&lt;p&gt;hi,&lt;/p&gt;

&lt;p&gt;i have one default module and one more module module_1 ,i have one parameter extra in url for langauge like site.com/module/languageparameter/controller/action i defiend it in index.php(bootstarp file) like this&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$router = new Zend_Controller_Router_Rewrite();
$router-&gt;addRoute(&#039;new_route&#039;, new Zend_Controller_Router_Route(
        &#039;:module/:lang/:controller/:action/*&#039;,
        array(&#039;module&#039; =&gt; &#039;default&#039;,
        &#039;lang&#039; =&gt; &#039;&#039;,
        &#039;controller&#039; =&gt; &#039;index&#039;,
        &#039;action&#039; =&gt; &#039;index&#039;
        )));&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;now when i move form some page to another in default module only than in place of module
it integrates default for eg:&lt;/p&gt;

&lt;p&gt;((site.com/default/languageparameter/controller/action))&lt;/p&gt;

&lt;p&gt;and i do not want this in my url when i am traversing in my default module,&lt;/p&gt;

&lt;p&gt;i want my url be like this
((site.com/languageparameter/controller/action))&lt;/p&gt;

&lt;p&gt;can anybody help me regarding this issue.&lt;/p&gt;

&lt;p&gt;thanx in advance&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi,</p>

<p>i have one default module and one more module module_1 ,i have one parameter extra in url for langauge like site.com/module/languageparameter/controller/action i defiend it in index.php(bootstarp file) like this</p>

<pre>[[code]]czoyOTI6XCIkcm91dGVyID0gbmV3IFplbmRfQ29udHJvbGxlcl9Sb3V0ZXJfUmV3cml0ZSgpOwokcm91dGVyLT5hZGRSb3V0ZShcJ25le1smKiZdfXdfcm91dGVcJywgbmV3IFplbmRfQ29udHJvbGxlcl9Sb3V0ZXJfUm91dGUoCiAgICAgICAgXCc6bW9kdWxlLzpsYW5nLzpjb250cm9sbHtbJiomXX1lci86YWN0aW9uLypcJywKICAgICAgICBhcnJheShcJ21vZHVsZVwnID0+IFwnZGVmYXVsdFwnLAogICAgICAgIFwnbGFuZ1wnID0+IFwnXCcsCiAge1smKiZdfSAgICAgIFwnY29udHJvbGxlclwnID0+IFwnaW5kZXhcJywKICAgICAgICBcJ2FjdGlvblwnID0+IFwnaW5kZXhcJwogICAgICAgICkpKTtcIjt7WyYqJl19[[/code]]</pre>

<p>now when i move form some page to another in default module only than in place of module
it integrates default for eg:</p>

<p>((site.com/default/languageparameter/controller/action))</p>

<p>and i do not want this in my url when i am traversing in my default module,</p>

<p>i want my url be like this
((site.com/languageparameter/controller/action))</p>

<p>can anybody help me regarding this issue.</p>

<p>thanx in advance</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://ingredients.com.au/blog/2006/07/18/rewriterouter-and-zend_config-play-together/comment-page-1/#comment-14183</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 16 May 2007 11:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2006/07/18/rewriterouter-and-zend_config-play-together/#comment-14183</guid>
		<description>&lt;p&gt;Hi Hugo, this post is now getting close to a year old and since that time a lot has changed in the Zend Framework. Although I could answer your question you&#039;ll undoubtedly have more so the best suggestion I&#039;d give to anyone is to visit the mailing list archives:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.nabble.com/Zend-Framework-Community-f16154.html&quot; rel=&quot;nofollow&quot;&gt;Zend Framework Mailing List Archives&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And better still join the relevant mailing lists:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://framework.zend.com/wiki/display/ZFDEV/Contributing+to+Zend+Framework&quot; rel=&quot;nofollow&quot;&gt;Zend Framework Mailing Lists&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Sorry if that seems like a lazy response but you&#039;re likely not the only visitor coming here with problems so I&#039;m hoping this can be a more general answer for all of you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Hugo, this post is now getting close to a year old and since that time a lot has changed in the Zend Framework. Although I could answer your question you&#8217;ll undoubtedly have more so the best suggestion I&#8217;d give to anyone is to visit the mailing list archives:</p>

<p><a href="http://www.nabble.com/Zend-Framework-Community-f16154.html" rel="nofollow">Zend Framework Mailing List Archives</a></p>

<p>And better still join the relevant mailing lists:</p>

<p><a href="http://framework.zend.com/wiki/display/ZFDEV/Contributing+to+Zend+Framework" rel="nofollow">Zend Framework Mailing Lists</a></p>

<p>Sorry if that seems like a lazy response but you&#8217;re likely not the only visitor coming here with problems so I&#8217;m hoping this can be a more general answer for all of you.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://ingredients.com.au/blog/2006/07/18/rewriterouter-and-zend_config-play-together/comment-page-1/#comment-13705</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Fri, 11 May 2007 01:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2006/07/18/rewriterouter-and-zend_config-play-together/#comment-13705</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;(sorry for my poor english writing.  I did try me best, but...)
This is very helpfull.  I try and fix my probleme based on this article.  But now I&#039;m working on a more complexe website and it doesn&#039;t work.  As per your example (ingredients.com.au/articles/cooking/), your structure is:&lt;/p&gt;

&lt;p&gt;:controller/:action&lt;/p&gt;

&lt;p&gt;applications
      controllers
         articl
esControllers.php&lt;/p&gt;

&lt;p&gt;My structure is&lt;/p&gt;

&lt;p&gt;:module/:controller/:action&lt;/p&gt;

&lt;p&gt;applications
    module1
      controllers
         articlesControllers.php
      models
      views
    module2
      controllers
         otherControllers.php
      models
      views&lt;/p&gt;

&lt;p&gt;for example I have this url: http://www.domaine.com/module2/other/listarticle.  In my controller otherController.php, action listarticleAction().  Now, I would like to create the following url ( http://www.domaine.com/listarticle) that will be redirect to  http://www.domaine.com/module2/other/listarticle.&lt;/p&gt;

&lt;p&gt;As per Zend documentation, I&#039;ve add :&lt;/p&gt;

&lt;p&gt;$route = new Zend_Controller_Router_Route_Static(
    &#039;listarticle&#039;, 
    array(&#039;module&#039; =&gt; &#039;module2&#039;, controller&#039; =&gt; &#039;other&#039;, &#039;action&#039; =&gt; &#039;listarticle&#039;)
);
$router-&gt;addRoute(&#039;listarticle&#039;, $route);&lt;/p&gt;

&lt;p&gt;But the only answer I received from the controller is Â«Invalid controller specified (listarticle)Â»... and I don&#039;t know what to do :-(&lt;/p&gt;

&lt;p&gt;I know is more like a question than a comment, but hey, I&#039;m so desperate!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>(sorry for my poor english writing.  I did try me best, but&#8230;)
This is very helpfull.  I try and fix my probleme based on this article.  But now I&#8217;m working on a more complexe website and it doesn&#8217;t work.  As per your example (ingredients.com.au/articles/cooking/), your structure is:</p>

<p>:controller/:action</p>

<p>applications
      controllers
         articl
esControllers.php</p>

<p>My structure is</p>

<p>:module/:controller/:action</p>

<p>applications
    module1
      controllers
         articlesControllers.php
      models
      views
    module2
      controllers
         otherControllers.php
      models
      views</p>

<p>for example I have this url: <a href="http://www.domaine.com/module2/other/listarticle" rel="nofollow">http://www.domaine.com/module2/other/listarticle</a>.  In my controller otherController.php, action listarticleAction().  Now, I would like to create the following url ( <a href="http://www.domaine.com/listarticle" rel="nofollow">http://www.domaine.com/listarticle</a>) that will be redirect to  <a href="http://www.domaine.com/module2/other/listarticle." rel="nofollow">http://www.domaine.com/module2/other/listarticle.</a></p>

<p>As per Zend documentation, I&#8217;ve add :</p>

<p>$route = new Zend_Controller_Router_Route_Static(
    &#8216;listarticle&#8217;, 
    array(&#8216;module&#8217; =&gt; &#8216;module2&#8242;, controller&#8217; =&gt; &#8216;other&#8217;, &#8216;action&#8217; =&gt; &#8216;listarticle&#8217;)
);
$router-&gt;addRoute(&#8216;listarticle&#8217;, $route);</p>

<p>But the only answer I received from the controller is Â«Invalid controller specified (listarticle)Â»&#8230; and I don&#8217;t know what to do :-(</p>

<p>I know is more like a question than a comment, but hey, I&#8217;m so desperate!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://ingredients.com.au/blog/2006/07/18/rewriterouter-and-zend_config-play-together/comment-page-1/#comment-2314</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sun, 19 Nov 2006 11:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2006/07/18/rewriterouter-and-zend_config-play-together/#comment-2314</guid>
		<description>&lt;p&gt;Agh, next time I&#039;ll try not to reply late at night! My answer to Dave above is not the solution to his issue. I should admit I started playing with the ini version of the config files...&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$route_config = new Zend_Config( 
new Zend_Config_Ini( &#039;../application/configuration/routes.ini.php&#039;,
&#039;development&#039; ) );
 $router-&gt;addConfig( $route_config, &#039;routes&#039; );
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;...and my route config files look like...&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[development]
routes.login.route = login
routes.login.defaults.controller = user
routes.login.defaults.action = login
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;...so I&#039;ve not used the array config for a while. I am interested to find out how to sort this issue out and will post it when I find a solution.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Agh, next time I&#8217;ll try not to reply late at night! My answer to Dave above is not the solution to his issue. I should admit I started playing with the ini version of the config files&#8230;</p>

<pre>[[code]]czoxNjk6XCIkcm91dGVfY29uZmlnID0gbmV3IFplbmRfQ29uZmlnKCAKbmV3IFplbmRfQ29uZmlnX0luaSggXCcuLi9hcHBsaWNhdGlve1smKiZdfW4vY29uZmlndXJhdGlvbi9yb3V0ZXMuaW5pLnBocFwnLApcJ2RldmVsb3BtZW50XCcgKSApOwogJHJvdXRlci0+YWRkQ29uZmlnKCAkcm97WyYqJl19dXRlX2NvbmZpZywgXCdyb3V0ZXNcJyApOwpcIjt7WyYqJl19[[/code]]</pre>

<p>&#8230;and my route config files look like&#8230;</p>

<pre>[[code]]czoxMTg6XCJbZGV2ZWxvcG1lbnRdCnJvdXRlcy5sb2dpbi5yb3V0ZSA9IGxvZ2luCnJvdXRlcy5sb2dpbi5kZWZhdWx0cy5jb250cm97WyYqJl19bGxlciA9IHVzZXIKcm91dGVzLmxvZ2luLmRlZmF1bHRzLmFjdGlvbiA9IGxvZ2luClwiO3tbJiomXX0=[[/code]]</pre>

<p>&#8230;so I&#8217;ve not used the array config for a while. I am interested to find out how to sort this issue out and will post it when I find a solution.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://ingredients.com.au/blog/2006/07/18/rewriterouter-and-zend_config-play-together/comment-page-1/#comment-2310</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sun, 19 Nov 2006 11:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2006/07/18/rewriterouter-and-zend_config-play-together/#comment-2310</guid>
		<description>&lt;p&gt;Hi Dave,&lt;/p&gt;

&lt;p&gt;Zend_Config has been refactored so all you need now is...&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;require( &#039;../application/configuration/routes.php&#039; ); 
$routes = new Zend_Config( $config[&#039;routes&#039;] );&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I&#039;ve not actually tested this myself just yet, but the info comes from its developer Rob Allen:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.nabble.com/Zend_Config_Array-tf2591078s16154.html#a7226040&quot; rel=&quot;nofollow&quot; rel=&quot;nofollow&quot; rel=&quot;nofollow&quot;&gt;Zend Framework Community Forum&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>

<p>Zend_Config has been refactored so all you need now is&#8230;</p>

<pre>[[code]]czoxMDI6XCJyZXF1aXJlKCBcJy4uL2FwcGxpY2F0aW9uL2NvbmZpZ3VyYXRpb24vcm91dGVzLnBocFwnICk7IAokcm91dGVzID0gbmV3IHtbJiomXX1aZW5kX0NvbmZpZyggJGNvbmZpZ1tcJ3JvdXRlc1wnXSApO1wiO3tbJiomXX0=[[/code]]</pre>

<p>I&#8217;ve not actually tested this myself just yet, but the info comes from its developer Rob Allen:</p>

<p><a href="http://www.nabble.com/Zend_Config_Array-tf2591078s16154.html#a7226040" rel="nofollow" rel="nofollow" rel="nofollow">Zend Framework Community Forum</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Cassidy</title>
		<link>http://ingredients.com.au/blog/2006/07/18/rewriterouter-and-zend_config-play-together/comment-page-1/#comment-1993</link>
		<dc:creator>Dave Cassidy</dc:creator>
		<pubDate>Wed, 15 Nov 2006 11:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2006/07/18/rewriterouter-and-zend_config-play-together/#comment-1993</guid>
		<description>&lt;p&gt;As stated aboce, I gave the current snapshot a lick and discoverd that the issue hasn&#039;t been addressed yet. We&#039;ll continue to wait unti 0.6.0 I suppose.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As stated aboce, I gave the current snapshot a lick and discoverd that the issue hasn&#8217;t been addressed yet. We&#8217;ll continue to wait unti 0.6.0 I suppose.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Cassidy</title>
		<link>http://ingredients.com.au/blog/2006/07/18/rewriterouter-and-zend_config-play-together/comment-page-1/#comment-1992</link>
		<dc:creator>Dave Cassidy</dc:creator>
		<pubDate>Wed, 15 Nov 2006 11:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2006/07/18/rewriterouter-and-zend_config-play-together/#comment-1992</guid>
		<description>&lt;p&gt;At this point in time, this method is no longer working due to a change made in version 0.2.0 where the behaviour of handling routes has changed. The following error is generated when attempting to use Zend_Controller_RewriteRouter:&lt;/p&gt;

&lt;p&gt;Fatal error: Argument 2 passed to Zend_Controller_RewriteRouter::addRoute() must be an object of class Zend_Controller_Router_Route_Interface ...&lt;/p&gt;

&lt;p&gt;The details of this error are explained here:&lt;/p&gt;

&lt;p&gt;http://framework.zend.com/issues/browse/ZF-239&lt;/p&gt;

&lt;p&gt;The fix version states 0.6.0, so I am going to download the latest snapshot and see what comes of it. If anyone knows of a method that can be used as a workaround, I&#039;d be happy to hear from you.&lt;/p&gt;

&lt;p&gt;Best Regards,
Dave&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>At this point in time, this method is no longer working due to a change made in version 0.2.0 where the behaviour of handling routes has changed. The following error is generated when attempting to use Zend_Controller_RewriteRouter:</p>

<p>Fatal error: Argument 2 passed to Zend_Controller_RewriteRouter::addRoute() must be an object of class Zend_Controller_Router_Route_Interface &#8230;</p>

<p>The details of this error are explained here:</p>

<p><a href="http://framework.zend.com/issues/browse/ZF-239" rel="nofollow">http://framework.zend.com/issues/browse/ZF-239</a></p>

<p>The fix version states 0.6.0, so I am going to download the latest snapshot and see what comes of it. If anyone knows of a method that can be used as a workaround, I&#8217;d be happy to hear from you.</p>

<p>Best Regards,
Dave</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://ingredients.com.au/blog/2006/07/18/rewriterouter-and-zend_config-play-together/comment-page-1/#comment-143</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Tue, 18 Jul 2006 23:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2006/07/18/rewriterouter-and-zend_config-play-together/#comment-143</guid>
		<description>&lt;p&gt;Thanks for the comments...&lt;/p&gt;

&lt;p&gt;Brian - Honestly, no idea right now. I&#039;m actually testing/working these routes into  &lt;a href=&quot;http://www.underwater.com.au&quot; rel=&quot;nofollow&quot;&gt;underwater.com.au&lt;/a&gt; so my current concern is &lt;strong&gt;whether&lt;/strong&gt; I can match/improve that sites current urls rather than performance. Besides if you read my &lt;a href=&quot;http://www.ingredients.com.au/nick/2006/07/17/mr-dizzy-getters-setters-and-constructors/&quot; rel=&quot;nofollow&quot;&gt;Mr Dizzy&lt;/a&gt; post you&#039;ll notice that I&#039;ve discovered a few more serious optimisations. In the future I&#039;d certainly be looking at it but that would also include looking at how I structure a site with regards to how many custom urls I would actually need.&lt;/p&gt;

&lt;p&gt;Duane - Yeah, I agree with you there. It&#039;s not perfect at the moment and I&#039;m glad you mention that. On the other hand perhaps my error is to refer to this as a &quot;config file&quot; since the parameters required by RewriteRouter are a fiddly collection of arrays and I&#039;m not sure INI would have enough depth to cope with them. XML and YAML should be able to but they would likely end up more complex that the original arrays. Part of my reason for publishing this was in fact to open up discussion/thought on methods of storing the routes.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the comments&#8230;</p>

<p>Brian &#8211; Honestly, no idea right now. I&#8217;m actually testing/working these routes into  <a href="http://www.underwater.com.au" rel="nofollow">underwater.com.au</a> so my current concern is <strong>whether</strong> I can match/improve that sites current urls rather than performance. Besides if you read my <a href="http://www.ingredients.com.au/nick/2006/07/17/mr-dizzy-getters-setters-and-constructors/" rel="nofollow">Mr Dizzy</a> post you&#8217;ll notice that I&#8217;ve discovered a few more serious optimisations. In the future I&#8217;d certainly be looking at it but that would also include looking at how I structure a site with regards to how many custom urls I would actually need.</p>

<p>Duane &#8211; Yeah, I agree with you there. It&#8217;s not perfect at the moment and I&#8217;m glad you mention that. On the other hand perhaps my error is to refer to this as a &#8220;config file&#8221; since the parameters required by RewriteRouter are a fiddly collection of arrays and I&#8217;m not sure INI would have enough depth to cope with them. XML and YAML should be able to but they would likely end up more complex that the original arrays. Part of my reason for publishing this was in fact to open up discussion/thought on methods of storing the routes.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Duane Day</title>
		<link>http://ingredients.com.au/blog/2006/07/18/rewriterouter-and-zend_config-play-together/comment-page-1/#comment-142</link>
		<dc:creator>Duane Day</dc:creator>
		<pubDate>Tue, 18 Jul 2006 18:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2006/07/18/rewriterouter-and-zend_config-play-together/#comment-142</guid>
		<description>&lt;p&gt;Good article.  My reservation with your method of putting routes into the config file is that then you have to include the Zend_Controller_RewriteRouter file in your config file.  I prefer to not to include code in my config file.&lt;/p&gt;

&lt;p&gt;Even aside from my personal preferences, this method can&#039;t be used with XML or INI config files.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good article.  My reservation with your method of putting routes into the config file is that then you have to include the Zend_Controller_RewriteRouter file in your config file.  I prefer to not to include code in my config file.</p>

<p>Even aside from my personal preferences, this method can&#8217;t be used with XML or INI config files.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://ingredients.com.au/blog/2006/07/18/rewriterouter-and-zend_config-play-together/comment-page-1/#comment-141</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Tue, 18 Jul 2006 13:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ingredients.com.au/nick/2006/07/18/rewriterouter-and-zend_config-play-together/#comment-141</guid>
		<description>&lt;p&gt;Are there any perfomance hits compared to using mod_rewrite or simply in general.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Are there any perfomance hits compared to using mod_rewrite or simply in general.</p>]]></content:encoded>
	</item>
</channel>
</rss>

