<?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: 在 Nginx 中配置 Zend Framework</title>
	<atom:link href="http://www.phpvim.net/php/zend-framework-rewrite-on-nginx.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpvim.net/web/php/zend-framework-rewrite-on-nginx.html</link>
	<description>{coding, life, lonely}</description>
	<lastBuildDate>Mon, 21 Jun 2010 07:34:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: carson</title>
		<link>http://www.phpvim.net/web/php/zend-framework-rewrite-on-nginx.html/comment-page-1#comment-938</link>
		<dc:creator>carson</dc:creator>
		<pubDate>Fri, 11 Dec 2009 16:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpvim.net/?p=473#comment-938</guid>
		<description>我也用zend framework开发项目，我是这样配置的：
location / {
            root   E:/vhost/SVN/localhost/public;
            index  index.html index.htm index.php;
            if (!-e $request_filename) { rewrite ^/(.*) /index.php?$1; }
        }

但，如果有其他url需要重写，而不想在 application.ini配置文件里加规则，直接在
if (!-e $request_filename) { rewrite ^/(.*) /index.php?$1; }下加却不起作用。迷惑中。恳请指教。</description>
		<content:encoded><![CDATA[<p>我也用zend framework开发项目，我是这样配置的：<br />
location / {<br />
            root   E:/vhost/SVN/localhost/public;<br />
            index  index.html index.htm index.php;<br />
            if (!-e $request_filename) { rewrite ^/(.*) /index.php?$1; }<br />
        }</p>
<p>但，如果有其他url需要重写，而不想在 application.ini配置文件里加规则，直接在<br />
if (!-e $request_filename) { rewrite ^/(.*) /index.php?$1; }下加却不起作用。迷惑中。恳请指教。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
