<?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: Simplest WordPress Permalink Solution for Lighttpd</title>
	<atom:link href="http://ubuntu-tutorials.com/2009/02/23/simplest-wordpress-permalink-solution-for-lighttpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com/2009/02/23/simplest-wordpress-permalink-solution-for-lighttpd/</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Fri, 11 May 2012 05:04:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: tw</title>
		<link>http://ubuntu-tutorials.com/2009/02/23/simplest-wordpress-permalink-solution-for-lighttpd/#comment-11786</link>
		<dc:creator>tw</dc:creator>
		<pubDate>Sat, 31 Jul 2010 13:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=943#comment-11786</guid>
		<description>works perfectly. Thank you. 

I do like the quick and dirty way of getting things done as long as it just works.</description>
		<content:encoded><![CDATA[<p>works perfectly. Thank you. </p>
<p>I do like the quick and dirty way of getting things done as long as it just works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chrische</title>
		<link>http://ubuntu-tutorials.com/2009/02/23/simplest-wordpress-permalink-solution-for-lighttpd/#comment-10970</link>
		<dc:creator>Chrische</dc:creator>
		<pubDate>Sat, 24 Apr 2010 15:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=943#comment-10970</guid>
		<description>Quick and dirty.
Clean solution including multi-wordpress support isn&#039;t so much more work: http://www.chrische.de/2010/04/lighttpd-in-verbindung-mit-wordpress-und-rewrites/</description>
		<content:encoded><![CDATA[<p>Quick and dirty.<br />
Clean solution including multi-wordpress support isn&#8217;t so much more work: <a href="http://www.chrische.de/2010/04/lighttpd-in-verbindung-mit-wordpress-und-rewrites/" rel="nofollow">http://www.chrische.de/2010/04/lighttpd-in-verbindung-mit-wordpress-und-rewrites/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: puma</title>
		<link>http://ubuntu-tutorials.com/2009/02/23/simplest-wordpress-permalink-solution-for-lighttpd/#comment-8132</link>
		<dc:creator>puma</dc:creator>
		<pubDate>Thu, 12 Mar 2009 03:17:08 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=943#comment-8132</guid>
		<description>really usefuyl to me,thanx alot!</description>
		<content:encoded><![CDATA[<p>really usefuyl to me,thanx alot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wing Loon</title>
		<link>http://ubuntu-tutorials.com/2009/02/23/simplest-wordpress-permalink-solution-for-lighttpd/#comment-7977</link>
		<dc:creator>Wing Loon</dc:creator>
		<pubDate>Tue, 03 Mar 2009 10:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=943#comment-7977</guid>
		<description>...thank you for this great solution and it works for me, :)</description>
		<content:encoded><![CDATA[<p>&#8230;thank you for this great solution and it works for me, <img src='http://ubuntu-tutorials.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://ubuntu-tutorials.com/2009/02/23/simplest-wordpress-permalink-solution-for-lighttpd/#comment-7919</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 24 Feb 2009 21:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=943#comment-7919</guid>
		<description>&quot;If you were able to see this page, and comment on it, I’m assuming you got more than a 404 error.&quot;

That doesn&#039;t mean that your server isn&#039;t sending back a 404 status code in the header.  I did check, and I am getting back 200 OK, but I would be worried that future LightHTTP versions send back 404 headers with your settings and it would absolutely kill your SEO.</description>
		<content:encoded><![CDATA[<p>&#8220;If you were able to see this page, and comment on it, I’m assuming you got more than a 404 error.&#8221;</p>
<p>That doesn&#8217;t mean that your server isn&#8217;t sending back a 404 status code in the header.  I did check, and I am getting back 200 OK, but I would be worried that future LightHTTP versions send back 404 headers with your settings and it would absolutely kill your SEO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Hahler</title>
		<link>http://ubuntu-tutorials.com/2009/02/23/simplest-wordpress-permalink-solution-for-lighttpd/#comment-7915</link>
		<dc:creator>Daniel Hahler</dc:creator>
		<pubDate>Mon, 23 Feb 2009 23:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=943#comment-7915</guid>
		<description>Yes, that&#039;s a clever approach and I&#039;ve been using it for a while with b2evolution, too.

But, you&#039;ll lose the PATH_INFO information, e.g. from http://example.com/index.php/PATH_INFO

You may grep WP&#039;s source for PATH_INFO, to see if it gets used anywhere.

I&#039;m currently using a magnet/LUA script.


See also http://daniel.hahler.de/clean-urls-with-lighttpd</description>
		<content:encoded><![CDATA[<p>Yes, that&#8217;s a clever approach and I&#8217;ve been using it for a while with b2evolution, too.</p>
<p>But, you&#8217;ll lose the PATH_INFO information, e.g. from <a href="http://example.com/index.php/PATH_INFO" rel="nofollow">http://example.com/index.php/PATH_INFO</a></p>
<p>You may grep WP&#8217;s source for PATH_INFO, to see if it gets used anywhere.</p>
<p>I&#8217;m currently using a magnet/LUA script.</p>
<p>See also <a href="http://daniel.hahler.de/clean-urls-with-lighttpd" rel="nofollow">http://daniel.hahler.de/clean-urls-with-lighttpd</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://ubuntu-tutorials.com/2009/02/23/simplest-wordpress-permalink-solution-for-lighttpd/#comment-7913</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Mon, 23 Feb 2009 21:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=943#comment-7913</guid>
		<description>Just check...it&#039;s returning 200 OK. 

You have got something 404ing from google though Christer.</description>
		<content:encoded><![CDATA[<p>Just check&#8230;it&#8217;s returning 200 OK. </p>
<p>You have got something 404ing from google though Christer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christer Edwards</title>
		<link>http://ubuntu-tutorials.com/2009/02/23/simplest-wordpress-permalink-solution-for-lighttpd/#comment-7910</link>
		<dc:creator>Christer Edwards</dc:creator>
		<pubDate>Mon, 23 Feb 2009 18:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=943#comment-7910</guid>
		<description>@Joseph - that&#039;s the thing though.  It isn&#039;t displaying a 404 error for every single page on the blog.  If you were able to see this page, and comment on it, I&#039;m assuming you got more than a 404 error.</description>
		<content:encoded><![CDATA[<p>@Joseph &#8211; that&#8217;s the thing though.  It isn&#8217;t displaying a 404 error for every single page on the blog.  If you were able to see this page, and comment on it, I&#8217;m assuming you got more than a 404 error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Scott</title>
		<link>http://ubuntu-tutorials.com/2009/02/23/simplest-wordpress-permalink-solution-for-lighttpd/#comment-7909</link>
		<dc:creator>Joseph Scott</dc:creator>
		<pubDate>Mon, 23 Feb 2009 17:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=943#comment-7909</guid>
		<description>It does &quot;work&quot; in the sense that it gets the URL redirects to work.  But as Andrew mentioned, probably not a good idea to return HTTP status 404 (indicating that the content could not be found) for every single page on your blog.</description>
		<content:encoded><![CDATA[<p>It does &#8220;work&#8221; in the sense that it gets the URL redirects to work.  But as Andrew mentioned, probably not a good idea to return HTTP status 404 (indicating that the content could not be found) for every single page on your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christer Edwards</title>
		<link>http://ubuntu-tutorials.com/2009/02/23/simplest-wordpress-permalink-solution-for-lighttpd/#comment-7908</link>
		<dc:creator>Christer Edwards</dc:creator>
		<pubDate>Mon, 23 Feb 2009 17:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=943#comment-7908</guid>
		<description>@Andrew - At first glance it doesn&#039;t make much sense how/why it works, but it does.  This is the only line of code re: URL rewriting I have on this blog but as you can tell all the URL seem to be working just fine.</description>
		<content:encoded><![CDATA[<p>@Andrew &#8211; At first glance it doesn&#8217;t make much sense how/why it works, but it does.  This is the only line of code re: URL rewriting I have on this blog but as you can tell all the URL seem to be working just fine.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 1/5 queries in 0.003 seconds using disk: basic
Object Caching 318/319 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-05-25 03:49:23 -->
