<?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: Kohana &amp; Lighttpd: A quick way of doing pretty URL&#8217;s</title>
	<atom:link href="http://feedsandwich.com/2009/01/06/kohana-lighttpd-a-quick-way-of-doing-pretty-urls.html/feed" rel="self" type="application/rss+xml" />
	<link>http://feedsandwich.com/2009/01/06/kohana-lighttpd-a-quick-way-of-doing-pretty-urls.html</link>
	<description>...</description>
	<pubDate>Thu, 29 Jul 2010 16:03:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Russell</title>
		<link>http://feedsandwich.com/2009/01/06/kohana-lighttpd-a-quick-way-of-doing-pretty-urls.html/comment-page-1#comment-618</link>
		<dc:creator>Russell</dc:creator>
		<pubDate>Thu, 10 Jun 2010 15:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://feedsandwich.com/?p=39#comment-618</guid>
		<description>Emilio, I now use either a separate subdomain or mod magnet &amp; lua :-)</description>
		<content:encoded><![CDATA[<p>Emilio, I now use either a separate subdomain or mod magnet &#038; lua <img src='http://feedsandwich.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emilio</title>
		<link>http://feedsandwich.com/2009/01/06/kohana-lighttpd-a-quick-way-of-doing-pretty-urls.html/comment-page-1#comment-617</link>
		<dc:creator>Emilio</dc:creator>
		<pubDate>Sat, 05 Jun 2010 00:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://feedsandwich.com/?p=39#comment-617</guid>
		<description>You can still serve static content using just lighttpd (no php involved!) if the content is on a folder using this rewrite rules (modify paths as needed)

&lt;code&gt;
        url.rewrite-once = (
                        "^/static/(.*)" =&gt; "$0",
                        "^/(.*)$" =&gt; "index.php/$1"
        )
&lt;/code&gt;

In this case, the static content (images, css, js, etc) is on the static directory and will be served by lighttpd directly.</description>
		<content:encoded><![CDATA[<p>You can still serve static content using just lighttpd (no php involved!) if the content is on a folder using this rewrite rules (modify paths as needed)</p>
<p><code><br />
        url.rewrite-once = (<br />
                        "^/static/(.*)" =&gt; "$0",<br />
                        "^/(.*)$" =&gt; "index.php/$1"<br />
        )<br />
</code></p>
<p>In this case, the static content (images, css, js, etc) is on the static directory and will be served by lighttpd directly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
