<?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: Configuring Lighttpd for CakePHP</title>
	<atom:link href="http://www.guyrutenberg.com/2009/01/24/configuring-lighttpd-for-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guyrutenberg.com/2009/01/24/configuring-lighttpd-for-cakephp/</link>
	<description>Keeping track of what I do</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:33:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: vodmat</title>
		<link>http://www.guyrutenberg.com/2009/01/24/configuring-lighttpd-for-cakephp/comment-page-1/#comment-162086</link>
		<dc:creator>vodmat</dc:creator>
		<pubDate>Sat, 21 Jan 2012 09:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=252#comment-162086</guid>
		<description>Thank you, this was very usefull.</description>
		<content:encoded><![CDATA[<p>Thank you, this was very usefull.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2009/01/24/configuring-lighttpd-for-cakephp/comment-page-1/#comment-143796</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Wed, 07 Dec 2011 15:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=252#comment-143796</guid>
		<description>I&#039;ve never used mod_userdir, but I you can easily implement mod_userdir functionlity using mod_rewrite or mod_lua.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never used mod_userdir, but I you can easily implement mod_userdir functionlity using mod_rewrite or mod_lua.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moi</title>
		<link>http://www.guyrutenberg.com/2009/01/24/configuring-lighttpd-for-cakephp/comment-page-1/#comment-143465</link>
		<dc:creator>moi</dc:creator>
		<pubDate>Tue, 06 Dec 2011 23:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=252#comment-143465</guid>
		<description>Is there anyway to get this to work with mod_userdir?</description>
		<content:encoded><![CDATA[<p>Is there anyway to get this to work with mod_userdir?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CakePHP und lighttpd » CakePHP » PHP und MySQL Werkzeugkasten</title>
		<link>http://www.guyrutenberg.com/2009/01/24/configuring-lighttpd-for-cakephp/comment-page-1/#comment-30093</link>
		<dc:creator>CakePHP und lighttpd » CakePHP » PHP und MySQL Werkzeugkasten</dc:creator>
		<pubDate>Mon, 15 Mar 2010 12:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=252#comment-30093</guid>
		<description>[...] Die Quelle dieser L&#246;sung (englisch) [...]</description>
		<content:encoded><![CDATA[<p>[...] Die Quelle dieser L&#246;sung (englisch) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ricardo</title>
		<link>http://www.guyrutenberg.com/2009/01/24/configuring-lighttpd-for-cakephp/comment-page-1/#comment-28435</link>
		<dc:creator>ricardo</dc:creator>
		<pubDate>Fri, 05 Feb 2010 13:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=252#comment-28435</guid>
		<description>i have a lot of file in webroot, php, json, html, etc, so i put this lines in config and it works:

url.rewrite = (
   &quot;(.*).(html&#124;php&#124;json)(.*)&quot; =&gt; &quot;/$1.$2$3&quot;,
   &quot;(css&#124;files&#124;img&#124;js)/(.*)&quot; =&gt; &quot;/$1/$2&quot;,
   &quot;^([^\?]*)(\?(.+))?$&quot; =&gt; &quot;/index.php?url=$1&amp;$3&quot;,
)</description>
		<content:encoded><![CDATA[<p>i have a lot of file in webroot, php, json, html, etc, so i put this lines in config and it works:</p>
<p>url.rewrite = (<br />
   &#8220;(.*).(html|php|json)(.*)&#8221; =&gt; &#8220;/$1.$2$3&#8243;,<br />
   &#8220;(css|files|img|js)/(.*)&#8221; =&gt; &#8220;/$1/$2&#8243;,<br />
   &#8220;^([^\?]*)(\?(.+))?$&#8221; =&gt; &#8220;/index.php?url=$1&amp;$3&#8243;,<br />
)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolf</title>
		<link>http://www.guyrutenberg.com/2009/01/24/configuring-lighttpd-for-cakephp/comment-page-1/#comment-21155</link>
		<dc:creator>Rolf</dc:creator>
		<pubDate>Sun, 21 Jun 2009 10:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=252#comment-21155</guid>
		<description>Hi,

thanks for your tip.

It works for me on a new created empty project with cake bake project.

But when I type www.domain.tld/index.php, then cake searches for the index controller.
I added &quot;(index.php&#124;test.php&#124;favicon.ico)&quot; =&gt; &quot;/$1&quot; before the both other rules and the controller error is away. I can&#039;t find drawbacks of my change, but I&#039;m new to webdevelopment and especially to lighttpd.

Rolf</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanks for your tip.</p>
<p>It works for me on a new created empty project with cake bake project.</p>
<p>But when I type <a href="http://www.domain.tld/index.php" rel="nofollow">http://www.domain.tld/index.php</a>, then cake searches for the index controller.<br />
I added &#8220;(index.php|test.php|favicon.ico)&#8221; =&gt; &#8220;/$1&#8243; before the both other rules and the controller error is away. I can&#8217;t find drawbacks of my change, but I&#8217;m new to webdevelopment and especially to lighttpd.</p>
<p>Rolf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2009/01/24/configuring-lighttpd-for-cakephp/comment-page-1/#comment-21047</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Wed, 17 Jun 2009 11:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=252#comment-21047</guid>
		<description>What version of CakePHP do you use, did you change the default paths?</description>
		<content:encoded><![CDATA[<p>What version of CakePHP do you use, did you change the default paths?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://www.guyrutenberg.com/2009/01/24/configuring-lighttpd-for-cakephp/comment-page-1/#comment-21015</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Tue, 16 Jun 2009 11:02:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=252#comment-21015</guid>
		<description>I implemented this solution, but the problem is not fixed ... the default css files and images are still broken, what might I be doing wrong? (the official solution didnt work either)

Pat</description>
		<content:encoded><![CDATA[<p>I implemented this solution, but the problem is not fixed &#8230; the default css files and images are still broken, what might I be doing wrong? (the official solution didnt work either)</p>
<p>Pat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CakePHP on lighttpd &#171; Akash Xavier</title>
		<link>http://www.guyrutenberg.com/2009/01/24/configuring-lighttpd-for-cakephp/comment-page-1/#comment-20487</link>
		<dc:creator>CakePHP on lighttpd &#171; Akash Xavier</dc:creator>
		<pubDate>Sun, 24 May 2009 17:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=252#comment-20487</guid>
		<description>[...] found a way to get this working from Guy Rutenberg&#8217;s site. First open up /etc/lighttpd/lighttpd.conf in you fav editor (if you are using an SSH client, just [...]</description>
		<content:encoded><![CDATA[<p>[...] found a way to get this working from Guy Rutenberg&#8217;s site. First open up /etc/lighttpd/lighttpd.conf in you fav editor (if you are using an SSH client, just [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akash Xavier</title>
		<link>http://www.guyrutenberg.com/2009/01/24/configuring-lighttpd-for-cakephp/comment-page-1/#comment-19203</link>
		<dc:creator>Akash Xavier</dc:creator>
		<pubDate>Sun, 26 Apr 2009 14:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=252#comment-19203</guid>
		<description>Thanks again Guy. My site is working fine now.

This is what I did:

I created a file called cakephp_neat_urls.conf in the same dir as lighttpd.conf and then in lighttpd.conf I added an include statement in the end.

include &quot;cakephp_neat_urls.conf&quot;

and it worked. :)

I got this idea of using another file when I noticed the other 2 include statements that were already present. I thought using another file would better so that I wouldn&#039;t have to keep messing with the main conf file every time.</description>
		<content:encoded><![CDATA[<p>Thanks again Guy. My site is working fine now.</p>
<p>This is what I did:</p>
<p>I created a file called cakephp_neat_urls.conf in the same dir as lighttpd.conf and then in lighttpd.conf I added an include statement in the end.</p>
<p>include &#8220;cakephp_neat_urls.conf&#8221;</p>
<p>and it worked. <img src='http://www.guyrutenberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I got this idea of using another file when I noticed the other 2 include statements that were already present. I thought using another file would better so that I wouldn&#8217;t have to keep messing with the main conf file every time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.253 seconds -->

