<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 23 May 2012 12:16:08 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Rob Allen's Blog: Zend Framework URLs without mod_rewrite]]></title>
      <guid>http://www.phpdeveloper.org/news/10341</guid>
      <link>http://www.phpdeveloper.org/news/10341</link>
      <description><![CDATA[<p>
<i>Rob Allen</i> has posted a <a href="http://akrabat.com/2008/06/03/zend-framework-urls-without-mod_rewrite/">new entry</a> on getting a Zend Framework application to run correctly even though mod_rewrite (or ISAPI_Rewrite) isn't up and running.
</p>
<blockquote>
Some of our Zend Framework applications have to run on IIS without ISAPI_Rewrite installed. In these cases we need urls of the form http://www.example.com/index.php?module=mod&controller=con&action=act. I couldn't get this to work out of the box with Zend Framework 1.5, so wrote my own router called App_Controller_Router_Route_RequestVars.
</blockquote>
<p>
Most of the post is the code for the router (ready for you to cut and paste) but he's also included a usage example of it so you can easily update your bootstrap file to use it.
</p>]]></description>
      <pubDate>Wed, 04 Jun 2008 12:50:16 -0500</pubDate>
    </item>
  </channel>
</rss>

