<?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: Clean URLs (Permalinks) for WordPress on Lighttpd</title>
	<atom:link href="http://www.guyrutenberg.com/2008/05/24/clean-urls-permalinks-for-wordpress-on-lighttpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guyrutenberg.com/2008/05/24/clean-urls-permalinks-for-wordpress-on-lighttpd/</link>
	<description>Keeping track of what I do</description>
	<lastBuildDate>Sun, 14 Mar 2010 05:52:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ian</title>
		<link>http://www.guyrutenberg.com/2008/05/24/clean-urls-permalinks-for-wordpress-on-lighttpd/comment-page-1/#comment-28680</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Wed, 10 Feb 2010 04:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=58#comment-28680</guid>
		<description>Great idea.  Nice and simple.  A lot less hassle than I had to go through with Drupal.  :D</description>
		<content:encoded><![CDATA[<p>Great idea.  Nice and simple.  A lot less hassle than I had to go through with Drupal.  <img src='http://www.guyrutenberg.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.guyrutenberg.com/2008/05/24/clean-urls-permalinks-for-wordpress-on-lighttpd/comment-page-1/#comment-27769</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Tue, 19 Jan 2010 23:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=58#comment-27769</guid>
		<description>Thank you!!!, it works great !!</description>
		<content:encoded><![CDATA[<p>Thank you!!!, it works great !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.guyrutenberg.com/2008/05/24/clean-urls-permalinks-for-wordpress-on-lighttpd/comment-page-1/#comment-27632</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 14 Jan 2010 14:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=58#comment-27632</guid>
		<description>Super Thanks,  works great!  the only difference was i had to Uncomment a line in my lighttpd.config   instead of appending it

server.modules = (&quot;mod_redirect&quot;)</description>
		<content:encoded><![CDATA[<p>Super Thanks,  works great!  the only difference was i had to Uncomment a line in my lighttpd.config   instead of appending it</p>
<p>server.modules = (&#8220;mod_redirect&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress, permalinks and lighthttpd &#124; PLEECH!</title>
		<link>http://www.guyrutenberg.com/2008/05/24/clean-urls-permalinks-for-wordpress-on-lighttpd/comment-page-1/#comment-24638</link>
		<dc:creator>Wordpress, permalinks and lighthttpd &#124; PLEECH!</dc:creator>
		<pubDate>Wed, 28 Oct 2009 07:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=58#comment-24638</guid>
		<description>[...] I was going to write a longer tutorial on how to do it, but Guy Rutenberg said it all here. The comments are also worth [...]</description>
		<content:encoded><![CDATA[<p>[...] I was going to write a longer tutorial on how to do it, but Guy Rutenberg said it all here. The comments are also worth [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Little</title>
		<link>http://www.guyrutenberg.com/2008/05/24/clean-urls-permalinks-for-wordpress-on-lighttpd/comment-page-1/#comment-24300</link>
		<dc:creator>James Little</dc:creator>
		<pubDate>Tue, 20 Oct 2009 05:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=58#comment-24300</guid>
		<description>Awesome! Works great for me :) thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Awesome! Works great for me <img src='http://www.guyrutenberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Whut McGuff</title>
		<link>http://www.guyrutenberg.com/2008/05/24/clean-urls-permalinks-for-wordpress-on-lighttpd/comment-page-1/#comment-23808</link>
		<dc:creator>Whut McGuff</dc:creator>
		<pubDate>Tue, 29 Sep 2009 08:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=58#comment-23808</guid>
		<description>Thanks for this, but it didn&#039;t work for me as-is. Instead I had to add a &#039;?&#039; to the end of the index.php..

url.rewrite = ( 
            &quot;^/(.*)\.(.+)$&quot; =&gt; &quot;/$0&quot;,
            &quot;^/(.+)/?$&quot; =&gt; &quot;/index.php?/$1&quot;
               )

This is just for anyone who googles this page and has the same problem :)</description>
		<content:encoded><![CDATA[<p>Thanks for this, but it didn&#8217;t work for me as-is. Instead I had to add a &#8216;?&#8217; to the end of the index.php..</p>
<p>url.rewrite = (<br />
            &#8220;^/(.*)\.(.+)$&#8221; =&gt; &#8220;/$0&#8243;,<br />
            &#8220;^/(.+)/?$&#8221; =&gt; &#8220;/index.php?/$1&#8243;<br />
               )</p>
<p>This is just for anyone who googles this page and has the same problem <img src='http://www.guyrutenberg.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://www.guyrutenberg.com/2008/05/24/clean-urls-permalinks-for-wordpress-on-lighttpd/comment-page-1/#comment-23671</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Thu, 24 Sep 2009 07:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=58#comment-23671</guid>
		<description>Guy,
Statements

RewriteRule . /index.php [L]

and 

&quot;^/(.+)/?$&quot; =&gt; &quot;/index.php/$1&quot;

are actually not equvalent. RewriteRule does not append requested URL to index.php, but simply forwards the request to index.php. So the actual equivalent would be

&quot;^/(.*)/?$&quot; =&gt; &quot;/index.php&quot;

My guess is that WordPress examines $_SERVER[&quot;REQUEST_URI&quot;] to get to the original URL.</description>
		<content:encoded><![CDATA[<p>Guy,<br />
Statements</p>
<p>RewriteRule . /index.php [L]</p>
<p>and </p>
<p>&#8220;^/(.+)/?$&#8221; =&gt; &#8220;/index.php/$1&#8243;</p>
<p>are actually not equvalent. RewriteRule does not append requested URL to index.php, but simply forwards the request to index.php. So the actual equivalent would be</p>
<p>&#8220;^/(.*)/?$&#8221; =&gt; &#8220;/index.php&#8221;</p>
<p>My guess is that WordPress examines $_SERVER["REQUEST_URI"] to get to the original URL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Regular Expressions Revisited &#171; A Path Less Taken</title>
		<link>http://www.guyrutenberg.com/2008/05/24/clean-urls-permalinks-for-wordpress-on-lighttpd/comment-page-1/#comment-22522</link>
		<dc:creator>Regular Expressions Revisited &#171; A Path Less Taken</dc:creator>
		<pubDate>Fri, 14 Aug 2009 18:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=58#comment-22522</guid>
		<description>[...] with the URL re-writing. I found several sites that explained what was going on with LightTPD. Guy Rutenberg&#8217;s Blog is one that offered a solution, although the solution did not work for me. It was Lullabot.com that [...]</description>
		<content:encoded><![CDATA[<p>[...] with the URL re-writing. I found several sites that explained what was going on with LightTPD. Guy Rutenberg&#8217;s Blog is one that offered a solution, although the solution did not work for me. It was Lullabot.com that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: More Pie Media</title>
		<link>http://www.guyrutenberg.com/2008/05/24/clean-urls-permalinks-for-wordpress-on-lighttpd/comment-page-1/#comment-22148</link>
		<dc:creator>More Pie Media</dc:creator>
		<pubDate>Sat, 01 Aug 2009 17:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=58#comment-22148</guid>
		<description>&lt;strong&gt;Lighttpd Rewrite Rules for Pretty Permalinks...&lt;/strong&gt;

What are Re-Write Rules?
Re-write rules are instructions given to your web-server that enable you to manipulate URLs in many different ways, on the fly.   In apache the module that handles the Rewrite rules, called mod_rewrite, deals with the URL manip...</description>
		<content:encoded><![CDATA[<p><strong>Lighttpd Rewrite Rules for Pretty Permalinks&#8230;</strong></p>
<p>What are Re-Write Rules?<br />
Re-write rules are instructions given to your web-server that enable you to manipulate URLs in many different ways, on the fly.   In apache the module that handles the Rewrite rules, called mod_rewrite, deals with the URL manip&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2008/05/24/clean-urls-permalinks-for-wordpress-on-lighttpd/comment-page-1/#comment-21064</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Wed, 17 Jun 2009 19:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.guyrutenberg.com/?p=58#comment-21064</guid>
		<description>Hi Dave,

I&#039;m familiar with the method suggestted in r00tshell. While changing the 404 error handler works, I find it the wrong tool for the job, things like mod_rewrite exist so we don&#039;t have to make weird 404 handling hacks.

You can drive a nail using a big wrench, but I think that a hammer is still a more appropriate tool for the job.</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>I&#8217;m familiar with the method suggestted in r00tshell. While changing the 404 error handler works, I find it the wrong tool for the job, things like mod_rewrite exist so we don&#8217;t have to make weird 404 handling hacks.</p>
<p>You can drive a nail using a big wrench, but I think that a hammer is still a more appropriate tool for the job.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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