<?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 IIS7</title>
	<atom:link href="http://akrabat.com/winphp-challenge/zend-framework-url-rewriting-in-iis7/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/winphp-challenge/zend-framework-url-rewriting-in-iis7/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Tue, 13 Mar 2012 12:47:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Tarun</title>
		<link>http://akrabat.com/winphp-challenge/zend-framework-url-rewriting-in-iis7/#comment-74438</link>
		<dc:creator>Tarun</dc:creator>
		<pubDate>Mon, 22 Aug 2011 13:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=638#comment-74438</guid>
		<description>i create a zend application and hosted on IIS7, made web.config changes using URL Rewriter in IIS. I have pages like website.com/aboutus
Our client wants website.com/about-us, i tried URL rewrite module in IIS 7 but it does&#039;nt work and every time i get about-us/index.phml controller error.
Help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>i create a zend application and hosted on IIS7, made web.config changes using URL Rewriter in IIS. I have pages like website.com/aboutus<br />
Our client wants website.com/about-us, i tried URL rewrite module in IIS 7 but it does'nt work and every time i get about-us/index.phml controller error.<br />
Help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://akrabat.com/winphp-challenge/zend-framework-url-rewriting-in-iis7/#comment-63366</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 25 May 2011 17:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=638#comment-63366</guid>
		<description>I have an additional action on my index controller that I can&#039;t work out.
The action name is news and it won&#039;t even display in IIS7 unless I use the path: /project/public/index.php/index/news

Where it displays fine, so I tried to create a rewrite for &quot;/News&quot; to the above path and I get Zend error &quot;Invalid controller specified (News)&quot;

A redirect works fine, but it looks funky and destroys the point of my index rewrite. Any ideas how to overcome this?</description>
		<content:encoded><![CDATA[<p>I have an additional action on my index controller that I can't work out.<br />
The action name is news and it won't even display in IIS7 unless I use the path: /project/public/index.php/index/news</p>
<p>Where it displays fine, so I tried to create a rewrite for "/News" to the above path and I get Zend error "Invalid controller specified (News)"</p>
<p>A redirect works fine, but it looks funky and destroys the point of my index rewrite. Any ideas how to overcome this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://akrabat.com/winphp-challenge/zend-framework-url-rewriting-in-iis7/#comment-46599</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Tue, 14 Dec 2010 02:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=638#comment-46599</guid>
		<description>My hero.. I spent hours trying to figure this out.</description>
		<content:encoded><![CDATA[<p>My hero.. I spent hours trying to figure this out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: e.s.t</title>
		<link>http://akrabat.com/winphp-challenge/zend-framework-url-rewriting-in-iis7/#comment-38330</link>
		<dc:creator>e.s.t</dc:creator>
		<pubDate>Fri, 20 Aug 2010 21:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=638#comment-38330</guid>
		<description>Your kind post saved my life, great thanks !</description>
		<content:encoded><![CDATA[<p>Your kind post saved my life, great thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry Umansky</title>
		<link>http://akrabat.com/winphp-challenge/zend-framework-url-rewriting-in-iis7/#comment-28274</link>
		<dc:creator>Henry Umansky</dc:creator>
		<pubDate>Fri, 21 Aug 2009 20:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=638#comment-28274</guid>
		<description>This worked for me, however, since I set my site&#039;s physical path to &quot;/zf-tutorial/public/&quot; I had to change the following rewrite rule slightly to only point to index.php and not the full path:

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.*$ index.php [NC,L]

And it worked!!!</description>
		<content:encoded><![CDATA[<p>This worked for me, however, since I set my site's physical path to "/zf-tutorial/public/" I had to change the following rewrite rule slightly to only point to index.php and not the full path:</p>
<p>RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteRule ^.*$ index.php [NC,L]</p>
<p>And it worked!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajegilefajar</title>
		<link>http://akrabat.com/winphp-challenge/zend-framework-url-rewriting-in-iis7/#comment-26876</link>
		<dc:creator>ajegilefajar</dc:creator>
		<pubDate>Tue, 26 May 2009 11:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=638#comment-26876</guid>
		<description>doesn&#039;t work</description>
		<content:encoded><![CDATA[<p>doesn't work</p>
]]></content:encoded>
	</item>
</channel>
</rss>

