<?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: WordPress on lighttpd: Rewrite rules with WP Super Cache and WPtouch</title>
<atom:link href="http://blog.jeanpierre.de/2009/11/29/wordpress-on-lighttpd-rewrite-rules-with-wp-super-cache-and-wp-touch/feed/" rel="self" type="application/rss+xml" />
<link>http://blog.jeanpierre.de/2009/11/29/wordpress-on-lighttpd-rewrite-rules-with-wp-super-cache-and-wp-touch/</link>
<description>Life is written in chapters but the table of contents is missing.</description>
<lastBuildDate>Mon, 30 Jan 2012 22:56:59 +0000</lastBuildDate>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>http://wordpress.org/?v=3.3.1</generator>
<item>
<title>By: Ben White</title>
<link>http://blog.jeanpierre.de/2009/11/29/wordpress-on-lighttpd-rewrite-rules-with-wp-super-cache-and-wp-touch/comment-page-1/#comment-83927</link>
<dc:creator>Ben White</dc:creator>
<pubDate>Wed, 22 Dec 2010 03:10:16 +0000</pubDate>
<guid isPermaLink="false">http://blog.jeanpierre.de/?p=1246#comment-83927</guid>
<description>Thanks Jean, it appears to have been a cache issue on the user end - thanks for the response :) Everything works!</description>
<content:encoded>
<![CDATA[<p>Thanks Jean, it appears to have been a cache issue on the user end &#8211; thanks for the response <img src='http://cdn7.blog.jeanpierre.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Everything works!</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Jean Pierre</title>
<link>http://blog.jeanpierre.de/2009/11/29/wordpress-on-lighttpd-rewrite-rules-with-wp-super-cache-and-wp-touch/comment-page-1/#comment-83684</link>
<dc:creator>Jean Pierre</dc:creator>
<pubDate>Wed, 15 Dec 2010 06:00:10 +0000</pubDate>
<guid isPermaLink="false">http://blog.jeanpierre.de/?p=1246#comment-83684</guid>
<description>Ben: Thanks for reporting this issue. I checked the &lt;code&gt;rewrite.lua&lt;/code&gt; file -- it does contain the &lt;code&gt;User-Agent&lt;/code&gt; string used by BlackBerry phones, so it &lt;em&gt;should&lt;/em&gt; work. I can&#039;t test as I don&#039;t have access to a BlackBerry (or a BlackBerry simulator), though.</description>
<content:encoded>
<![CDATA[<p>Ben: Thanks for reporting this issue.</p>
<p>I checked the <code>rewrite.lua</code> file &#8212; it does contain the <code>User-Agent</code> string used by BlackBerry phones, so it <em>should</em> work. I can&#8217;t test as I don&#8217;t have access to a BlackBerry (or a BlackBerry simulator), though.</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Ben White</title>
<link>http://blog.jeanpierre.de/2009/11/29/wordpress-on-lighttpd-rewrite-rules-with-wp-super-cache-and-wp-touch/comment-page-1/#comment-83371</link>
<dc:creator>Ben White</dc:creator>
<pubDate>Thu, 09 Dec 2010 01:06:32 +0000</pubDate>
<guid isPermaLink="false">http://blog.jeanpierre.de/?p=1246#comment-83371</guid>
<description>Only one issue reported back so far - problems as described above are still occurring with the Blackberry Torch (blackberry9800). I&#039;ve made changes to the Super Cache and WPtouch plug-ins, so I am wondering if there are any changes required within rewrite.lua? Thanks, Ben</description>
<content:encoded>
<![CDATA[<p>Only one issue reported back so far &#8211; problems as described above are still occurring with the Blackberry Torch (blackberry9800).</p>
<p>I&#8217;ve made changes to the Super Cache and WPtouch plug-ins, so I am wondering if there are any changes required within rewrite.lua?</p>
<p>Thanks,<br />
Ben</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Ben White</title>
<link>http://blog.jeanpierre.de/2009/11/29/wordpress-on-lighttpd-rewrite-rules-with-wp-super-cache-and-wp-touch/comment-page-1/#comment-83367</link>
<dc:creator>Ben White</dc:creator>
<pubDate>Wed, 08 Dec 2010 23:07:09 +0000</pubDate>
<guid isPermaLink="false">http://blog.jeanpierre.de/?p=1246#comment-83367</guid>
<description>Thanks very much for this. Fixed all the issues we were having with WPtouch (not loading new entries, always falling back to the main site when clicking through to a post). Appreciate your time and effort :D</description>
<content:encoded>
<![CDATA[<p>Thanks very much for this. Fixed all the issues we were having with WPtouch (not loading new entries, always falling back to the main site when clicking through to a post).<br />
Appreciate your time and effort <img src='http://cdn6.blog.jeanpierre.de/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]>
</content:encoded>
</item>
<item>
<title>By: Jean Pierre</title>
<link>http://blog.jeanpierre.de/2009/11/29/wordpress-on-lighttpd-rewrite-rules-with-wp-super-cache-and-wp-touch/comment-page-1/#comment-78190</link>
<dc:creator>Jean Pierre</dc:creator>
<pubDate>Sun, 25 Apr 2010 17:04:22 +0000</pubDate>
<guid isPermaLink="false">http://blog.jeanpierre.de/?p=1246#comment-78190</guid>
<description>@Chrische: I like your solution. It makes it easy to include the config file for several virtual hosts. In our case, there was no easy way to cover our requirements (caching!) using &lt;code&gt;url.rewrite-once&lt;/code&gt; so we switched from configuring the rewrites in &lt;code&gt;lighttpd-*.conf&lt;/code&gt; to the host-based LUA solution — which works great, BTW.</description>
<content:encoded>
<![CDATA[<p>@Chrische: I like your solution. It makes it easy to include the config file for several virtual hosts.</p>
<p>In our case, there was no easy way to cover our requirements (caching!) using <code>url.rewrite-once</code> so we switched from configuring the rewrites in <code>lighttpd-*.conf</code> to the host-based LUA solution — which works great, BTW.</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Chrische</title>
<link>http://blog.jeanpierre.de/2009/11/29/wordpress-on-lighttpd-rewrite-rules-with-wp-super-cache-and-wp-touch/comment-page-1/#comment-78183</link>
<dc:creator>Chrische</dc:creator>
<pubDate>Sun, 25 Apr 2010 10:53:42 +0000</pubDate>
<guid isPermaLink="false">http://blog.jeanpierre.de/?p=1246#comment-78183</guid>
<description>Nice Lua Script. I did it slightly different without lua: http://www.chrische.de/2010/04/lighttpd-in-verbindung-mit-wordpress-und-rewrites/</description>
<content:encoded>
<![CDATA[<p>Nice Lua Script. I did it slightly different without lua: <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>
</channel>
</rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using xcache
Page Caching using xcache
Database Caching 1/9 queries in 0.004 seconds using xcache
Object Caching 332/333 objects using xcache
Content Delivery Network via cdn5.blog.jeanpierre.de

Served from: blog.jeanpierre.de @ 2012-02-11 04:05:59 -->
