<?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"
	>
<channel>
	<title>Comments on: Zend Framework URLs without mod_rewrite</title>
	<atom:link href="http://akrabat.com/2008/06/03/zend-framework-urls-without-mod_rewrite/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/2008/06/03/zend-framework-urls-without-mod_rewrite/</link>
	<description>Developing PHP and XUL Software in the Real World</description>
	<pubDate>Thu, 20 Nov 2008 07:17:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Antony</title>
		<link>http://akrabat.com/2008/06/03/zend-framework-urls-without-mod_rewrite/#comment-22593</link>
		<dc:creator>Antony</dc:creator>
		<pubDate>Wed, 13 Aug 2008 16:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=250#comment-22593</guid>
		<description>I believe there is a much easier way to do this, although I've not worked with the module concept but think it would work fine. If you (the owner of the site) want to contact me, then I'd be interested to see what you think.

A</description>
		<content:encoded><![CDATA[<p>I believe there is a much easier way to do this, although I've not worked with the module concept but think it would work fine. If you (the owner of the site) want to contact me, then I'd be interested to see what you think.</p>
<p>A</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Beysim</title>
		<link>http://akrabat.com/2008/06/03/zend-framework-urls-without-mod_rewrite/#comment-22071</link>
		<dc:creator>Beysim</dc:creator>
		<pubDate>Sat, 28 Jun 2008 14:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=250#comment-22071</guid>
		<description>What about 
1. getting browser requests with $_SERVER['REQUEST_URI']
2. and using it like: index.php?/controller/action</description>
		<content:encoded><![CDATA[<p>What about<br />
1. getting browser requests with $_SERVER['REQUEST_URI']<br />
2. and using it like: index.php?/controller/action</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Graham</title>
		<link>http://akrabat.com/2008/06/03/zend-framework-urls-without-mod_rewrite/#comment-21792</link>
		<dc:creator>Tom Graham</dc:creator>
		<pubDate>Sun, 08 Jun 2008 08:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=250#comment-21792</guid>
		<description>I had the problem of no mod_rewrite support for a University problem. Although solved it by setting the baseUrl to /index.php, so the URLs were:  /index.php/module/controller/action

This seemed to do the trick also.

I was originally trying to do request vars though. Nice work.</description>
		<content:encoded><![CDATA[<p>I had the problem of no mod_rewrite support for a University problem. Although solved it by setting the baseUrl to /index.php, so the URLs were:  /index.php/module/controller/action</p>
<p>This seemed to do the trick also.</p>
<p>I was originally trying to do request vars though. Nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars</title>
		<link>http://akrabat.com/2008/06/03/zend-framework-urls-without-mod_rewrite/#comment-21751</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Wed, 04 Jun 2008 19:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=250#comment-21751</guid>
		<description>Forgot the second paragraph somehow, sorry.

Doesn't IIS provide something similar?</description>
		<content:encoded><![CDATA[<p>Forgot the second paragraph somehow, sorry.</p>
<p>Doesn't IIS provide something similar?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars</title>
		<link>http://akrabat.com/2008/06/03/zend-framework-urls-without-mod_rewrite/#comment-21750</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Wed, 04 Jun 2008 19:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=250#comment-21750</guid>
		<description>What about Apache's ErrorHandler directive? Much more elegant/simple/fast :)</description>
		<content:encoded><![CDATA[<p>What about Apache's ErrorHandler directive? Much more elegant/simple/fast :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adler Medrado</title>
		<link>http://akrabat.com/2008/06/03/zend-framework-urls-without-mod_rewrite/#comment-21739</link>
		<dc:creator>Adler Medrado</dc:creator>
		<pubDate>Tue, 03 Jun 2008 14:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=250#comment-21739</guid>
		<description>Great!

I needed something similar, but by luck my client agreed to use the Apache with mod_rewrite.

I will look your classe later and i will do some tests using IIS with windows vista.

Best regards,</description>
		<content:encoded><![CDATA[<p>Great!</p>
<p>I needed something similar, but by luck my client agreed to use the Apache with mod_rewrite.</p>
<p>I will look your classe later and i will do some tests using IIS with windows vista.</p>
<p>Best regards,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
