<?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: Zend Framework URL Rewriting in IIS6</title>
	<atom:link href="http://akrabat.com/zend-framework/zend-framework-url-rewriting-in-iis6/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/zend-framework/zend-framework-url-rewriting-in-iis6/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:50:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Luis C.</title>
		<link>http://akrabat.com/zend-framework/zend-framework-url-rewriting-in-iis6/#comment-34740</link>
		<dc:creator>Luis C.</dc:creator>
		<pubDate>Mon, 24 May 2010 22:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=798#comment-34740</guid>
		<description>Hello, I still have some problems. If I change $frontController-&gt;setRequest($options[&#039;frontController&#039;][&#039;requestClass&#039;]);   for $frontController-&gt;setRequest($moduleRequest); I dont have the error mess &#039;Invalid request class&#039;. I have the error message &#039;Configuration array must have a key for &#039;dbname&#039;. If I dont change $frontController-&gt;setRequest($options[&#039;frontController&#039;][&#039;requestClass&#039;]); I keep getting the error mess &#039;Invalid request class&#039;.</description>
		<content:encoded><![CDATA[<p>Hello, I still have some problems. If I change $frontController-&gt;setRequest($options['frontController']['requestClass']);   for $frontController-&gt;setRequest($moduleRequest); I dont have the error mess 'Invalid request class'. I have the error message 'Configuration array must have a key for 'dbname'. If I dont change $frontController-&gt;setRequest($options['frontController']['requestClass']); I keep getting the error mess 'Invalid request class'.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis C.</title>
		<link>http://akrabat.com/zend-framework/zend-framework-url-rewriting-in-iis6/#comment-34644</link>
		<dc:creator>Luis C.</dc:creator>
		<pubDate>Fri, 21 May 2010 18:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=798#comment-34644</guid>
		<description>Hi. 

I followed the steps of this article, but I got this error message:
&quot;PHP Fatal error: Uncaught exception &#039;Zend_Controller_Exception&#039; with message &#039;Invalid request class&#039; in F:\xxx\testing\library\Zend\Controller\Front.php:454...&quot; 
This error message can be related with URL Rewriting in IIS6?</description>
		<content:encoded><![CDATA[<p>Hi. </p>
<p>I followed the steps of this article, but I got this error message:<br />
"PHP Fatal error: Uncaught exception 'Zend_Controller_Exception' with message 'Invalid request class' in F:\xxx\testing\library\Zend\Controller\Front.php:454..."<br />
This error message can be related with URL Rewriting in IIS6?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://akrabat.com/zend-framework/zend-framework-url-rewriting-in-iis6/#comment-30193</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Mon, 18 Jan 2010 03:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=798#comment-30193</guid>
		<description>Sorry, some of the code seemed to be missing in my previous paste:
----------------------------------

defined(&#039;APPLICATION_PATH&#039;)
    &#124;&#124; define(&#039;APPLICATION_PATH&#039;, realpath(dirname(__FILE__) . &#039;/../application&#039;));

    // Define application environment
defined(&#039;APPLICATION_ENV&#039;)
    &#124;&#124; define(&#039;APPLICATION_ENV&#039;, (getenv(&#039;APPLICATION_ENV&#039;) ? getenv(&#039;APPLICATION_ENV&#039;) : &#039;development&#039;));
    


// Ensure library/ is on include_path
set_include_path(implode(PATH_SEPARATOR, array(
    realpath(APPLICATION_PATH . &#039;/../library&#039;),
    get_include_path(),
)));

/** Zend_Application */
require_once &#039;Zend/Application.php&#039;;

// Create application, bootstrap, and run
$application = new Zend_Application(
    APPLICATION_ENV, 
    APPLICATION_PATH . &#039;/configs/application.ini&#039;
);


$application-&gt;bootstrap()
            -&gt;run();</description>
		<content:encoded><![CDATA[<p>Sorry, some of the code seemed to be missing in my previous paste:<br />
----------------------------------</p>
<p>defined('APPLICATION_PATH')<br />
    || define('APPLICATION_PATH', realpath(dirname(__FILE__) . '/../application'));</p>
<p>    // Define application environment<br />
defined('APPLICATION_ENV')<br />
    || define('APPLICATION_ENV', (getenv('APPLICATION_ENV') ? getenv('APPLICATION_ENV') : 'development'));</p>
<p>// Ensure library/ is on include_path<br />
set_include_path(implode(PATH_SEPARATOR, array(<br />
    realpath(APPLICATION_PATH . '/../library'),<br />
    get_include_path(),<br />
)));</p>
<p>/** Zend_Application */<br />
require_once 'Zend/Application.php';</p>
<p>// Create application, bootstrap, and run<br />
$application = new Zend_Application(<br />
    APPLICATION_ENV,<br />
    APPLICATION_PATH . '/configs/application.ini'<br />
);</p>
<p>$application-&gt;bootstrap()<br />
            -&gt;run();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://akrabat.com/zend-framework/zend-framework-url-rewriting-in-iis6/#comment-30192</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Mon, 18 Jan 2010 03:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=798#comment-30192</guid>
		<description>Hi Rob,

Thanks for your quick reply.

I can&#039;t seem to get this to work. My index.php is based on the &quot;Quickstart&quot; version on the Zend Documentation site - could this have an impact? The reason I mention this is because I have seen vastly different index.php files being defined. My index.php looks like this:

bootstrap()
            -&gt;run();
       
PS: I am a total Zend newbie.

Regards,
Lawrence.</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>Thanks for your quick reply.</p>
<p>I can't seem to get this to work. My index.php is based on the "Quickstart" version on the Zend Documentation site - could this have an impact? The reason I mention this is because I have seen vastly different index.php files being defined. My index.php looks like this:</p>
<p>bootstrap()<br />
            -&gt;run();</p>
<p>PS: I am a total Zend newbie.</p>
<p>Regards,<br />
Lawrence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/zend-framework/zend-framework-url-rewriting-in-iis6/#comment-30190</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Sun, 17 Jan 2010 22:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=798#comment-30190</guid>
		<description>ah yes. I was gonna update about this. It&#039;s a nuisance. 

I ended up setting module, controller and action params in my form as hidden fields and then hacking like this in index.php:

&lt;pre class=&quot;phpcode&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if&#160;(isset(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_SERVER&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;REQUEST_METHOD&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;])&#160;&amp;&amp;&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_SERVER&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;REQUEST_METHOD&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;]==&#160;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;POST&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&#160;{&lt;br /&gt;&#160;&#160;&#160;&#160;if(isset(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_SERVER&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;REQUEST_URI&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;])&#160;&amp;&amp;&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;strstr&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_SERVER&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;REQUEST_URI&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;],&#160;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;index.php&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;))&#160;{&lt;br /&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$module&#160;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&#160;isset(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_POST&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;module&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;])&#160;?&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_POST&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;module&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;]&#160;:&#160;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;site&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$controller&#160;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&#160;isset(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_POST&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;controller&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;])&#160;?&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_POST&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;controller&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;]&#160;:&#160;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;index&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$action&#160;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&#160;isset(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_POST&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;action&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;])&#160;?&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_POST&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;action&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;]&#160;:&#160;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;index&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;br /&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$baseUrl&#160;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;substr&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_SERVER&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;REQUEST_URI&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;],&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;,&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;strpos&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_SERVER&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;REQUEST_URI&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;],&#160;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;/index.php&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;));&lt;br /&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$_SERVER&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;HTTP_X_REWRITE_URL&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;]&#160;=&#160;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$baseUrl&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$module&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$controller&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$action&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;;&lt;br /&gt;&#160;&#160;&#160;&#160;}&lt;br /&gt;}&lt;br /&gt;&lt;/span&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

It&#039;s not elegant though.


Rob...</description>
		<content:encoded><![CDATA[<p>ah yes. I was gonna update about this. It's a nuisance. </p>
<p>I ended up setting module, controller and action params in my form as hidden fields and then hacking like this in index.php:</p>
<pre class="phpcode"><span style="color: #0000BB">
</span><span style="color: #007700">if&nbsp;(isset(</span><span style="color: #0000BB">$_SERVER</span><span style="color: #007700">[</span><span style="color: #DD0000">'REQUEST_METHOD'</span><span style="color: #007700">])&nbsp;&amp;&amp;&nbsp;</span><span style="color: #0000BB">$_SERVER</span><span style="color: #007700">[</span><span style="color: #DD0000">'REQUEST_METHOD'</span><span style="color: #007700">]==&nbsp;</span><span style="color: #DD0000">'POST'</span><span style="color: #007700">)&nbsp;{
&nbsp;&nbsp;&nbsp;&nbsp;if(isset(</span><span style="color: #0000BB">$_SERVER</span><span style="color: #007700">[</span><span style="color: #DD0000">'REQUEST_URI'</span><span style="color: #007700">])&nbsp;&amp;&amp;&nbsp;</span><span style="color: #0000BB">strstr</span><span style="color: #007700">(</span><span style="color: #0000BB">$_SERVER</span><span style="color: #007700">[</span><span style="color: #DD0000">'REQUEST_URI'</span><span style="color: #007700">],&nbsp;</span><span style="color: #DD0000">'index.php'</span><span style="color: #007700">))&nbsp;{
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$module&nbsp;</span><span style="color: #007700">=&nbsp;isset(</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">'module'</span><span style="color: #007700">])&nbsp;?&nbsp;</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">'module'</span><span style="color: #007700">]&nbsp;:&nbsp;</span><span style="color: #DD0000">'site'</span><span style="color: #007700">;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$controller&nbsp;</span><span style="color: #007700">=&nbsp;isset(</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">'controller'</span><span style="color: #007700">])&nbsp;?&nbsp;</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">'controller'</span><span style="color: #007700">]&nbsp;:&nbsp;</span><span style="color: #DD0000">'index'</span><span style="color: #007700">;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$action&nbsp;</span><span style="color: #007700">=&nbsp;isset(</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">])&nbsp;?&nbsp;</span><span style="color: #0000BB">$_POST</span><span style="color: #007700">[</span><span style="color: #DD0000">'action'</span><span style="color: #007700">]&nbsp;:&nbsp;</span><span style="color: #DD0000">'index'</span><span style="color: #007700">;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$baseUrl&nbsp;</span><span style="color: #007700">=&nbsp;</span><span style="color: #0000BB">substr</span><span style="color: #007700">(</span><span style="color: #0000BB">$_SERVER</span><span style="color: #007700">[</span><span style="color: #DD0000">'REQUEST_URI'</span><span style="color: #007700">],&nbsp;</span><span style="color: #0000BB">0</span><span style="color: #007700">,&nbsp;</span><span style="color: #0000BB">strpos</span><span style="color: #007700">(</span><span style="color: #0000BB">$_SERVER</span><span style="color: #007700">[</span><span style="color: #DD0000">'REQUEST_URI'</span><span style="color: #007700">],&nbsp;</span><span style="color: #DD0000">'/index.php'</span><span style="color: #007700">));
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><span style="color: #0000BB">$_SERVER</span><span style="color: #007700">[</span><span style="color: #DD0000">'HTTP_X_REWRITE_URL'</span><span style="color: #007700">]&nbsp;=&nbsp;</span><span style="color: #DD0000">"</span><span style="color: #0000BB">$baseUrl</span><span style="color: #DD0000">/</span><span style="color: #0000BB">$module</span><span style="color: #DD0000">/</span><span style="color: #0000BB">$controller</span><span style="color: #DD0000">/</span><span style="color: #0000BB">$action</span><span style="color: #DD0000">"</span><span style="color: #007700">;
&nbsp;&nbsp;&nbsp;&nbsp;}
}
</span>
</pre>
<p>It's not elegant though.</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://akrabat.com/zend-framework/zend-framework-url-rewriting-in-iis6/#comment-30189</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Sun, 17 Jan 2010 22:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=798#comment-30189</guid>
		<description>Hi,

This does not work when submitting forms with a file i.e. when uploading files.

Does anyone know how to change this so that it works for file uploads?

Thanks in advance.

Regards,
Lawrence.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This does not work when submitting forms with a file i.e. when uploading files.</p>
<p>Does anyone know how to change this so that it works for file uploads?</p>
<p>Thanks in advance.</p>
<p>Regards,<br />
Lawrence.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/zend-framework/zend-framework-url-rewriting-in-iis6/#comment-30127</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Thu, 14 Jan 2010 11:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=798#comment-30127</guid>
		<description>UNi,

library/App/Controller/Request/Iis404.php

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>UNi,</p>
<p>library/App/Controller/Request/Iis404.php</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UNi</title>
		<link>http://akrabat.com/zend-framework/zend-framework-url-rewriting-in-iis6/#comment-30123</link>
		<dc:creator>UNi</dc:creator>
		<pubDate>Thu, 14 Jan 2010 09:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=798#comment-30123</guid>
		<description>Hi, 

thanks for this tutorial, i&#039;m starting to use Zend framework but i has the same problem for my projects.

I just need an explanation about App_controller_request_iis404. where do you place this code ?

Thanks for your answer !</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>thanks for this tutorial, i'm starting to use Zend framework but i has the same problem for my projects.</p>
<p>I just need an explanation about App_controller_request_iis404. where do you place this code ?</p>
<p>Thanks for your answer !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://akrabat.com/zend-framework/zend-framework-url-rewriting-in-iis6/#comment-29897</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Sat, 02 Jan 2010 19:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=798#comment-29897</guid>
		<description>Indeed :o)</description>
		<content:encoded><![CDATA[<p>Indeed :o)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/zend-framework/zend-framework-url-rewriting-in-iis6/#comment-29896</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Sat, 02 Jan 2010 17:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=798#comment-29896</guid>
		<description>Lee,

You assume that the client&#039;s IT dept will let you install iirf :)

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Lee,</p>
<p>You assume that the client's IT dept will let you install iirf :)</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
</channel>
</rss>
