<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Support Forums Tag: lighttpd</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: lighttpd</description>
<language>en</language>
<pubDate>Fri, 09 Jan 2009 03:54:50 +0000</pubDate>

<item>
<title>winmutt on "bbPress AND Lighttpd URL rewrite rules"</title>
<link>http://bbpress.org/forums/topic/bbpress-and-lighttpd-url-rewrite-rules#post-22327</link>
<pubDate>Tue, 30 Dec 2008 03:03:51 +0000</pubDate>
<dc:creator>winmutt</dc:creator>
<guid isPermaLink="false">22327@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am going to talk to the regex gurus at work tomorrow and see if some sushi is motivation enough for them.  There needs to be a complete conversion from path to normal get parameters.
&#60;/p&#62;</description>
</item>
<item>
<title>anotherdan on "bbPress AND Lighttpd URL rewrite rules"</title>
<link>http://bbpress.org/forums/topic/bbpress-and-lighttpd-url-rewrite-rules#post-22325</link>
<pubDate>Tue, 30 Dec 2008 02:20:00 +0000</pubDate>
<dc:creator>anotherdan</dc:creator>
<guid isPermaLink="false">22325@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Lighttpd &#34;pro&#34; - thanks but im not, hehe... Anyways it was me on irc the other day, I have bbPress running now, and have made a few changes to the the rewrite rules, I found exactly some errors regarding some urls needing more parameters...&#60;/p&#62;
&#60;p&#62;This is how it looks now:&#60;br /&#62;
&#60;a href=&#34;http://lab.anotherdan.com/conf/bbpress-rewrite.conf.txt&#34; rel=&#34;nofollow&#34;&#62;http://lab.anotherdan.com/conf/bbpress-rewrite.conf.txt&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I havent been through it all but at least some it works :) (Note this also contains some of the custom rewriting im doing for this install)
&#60;/p&#62;</description>
</item>
<item>
<title>winmutt on "bbPress AND Lighttpd URL rewrite rules"</title>
<link>http://bbpress.org/forums/topic/bbpress-and-lighttpd-url-rewrite-rules#post-22318</link>
<pubDate>Mon, 29 Dec 2008 17:36:41 +0000</pubDate>
<dc:creator>winmutt</dc:creator>
<guid isPermaLink="false">22318@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The problem with these solutions is that none of them work with more than one _GET parameter. Particularly with the QUOTE extension. Also, it wasn't over clear how a larger forum would handle duplicate subject topics.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bbPress AND Lighttpd URL rewrite rules"</title>
<link>http://bbpress.org/forums/topic/bbpress-and-lighttpd-url-rewrite-rules#post-22311</link>
<pubDate>Mon, 29 Dec 2008 15:33:59 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">22311@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;There was a lighttpd &#34;pro&#34; on the irc channel last week named &#34;rockerdan&#34;&#60;br /&#62;
There are also several threads around here about it:&#60;br /&#62;
&#60;a href=&#34;http://www.google.com/search?q=Lighttpd+site%3Abbpress.org&#38;#38;num=100&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/search?q=Lighttpd+site%3Abbpress.org&#38;#38;num=100&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>winmutt on "bbPress AND Lighttpd URL rewrite rules"</title>
<link>http://bbpress.org/forums/topic/bbpress-and-lighttpd-url-rewrite-rules#post-22299</link>
<pubDate>Mon, 29 Dec 2008 05:03:59 +0000</pubDate>
<dc:creator>winmutt</dc:creator>
<guid isPermaLink="false">22299@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I found other issues with this setup, particularly in passing more than one parameter via get. I went back to ?forum_id=1 type urls.
&#60;/p&#62;</description>
</item>
<item>
<title>winmutt on "bbPress AND Lighttpd URL rewrite rules"</title>
<link>http://bbpress.org/forums/topic/bbpress-and-lighttpd-url-rewrite-rules#post-22242</link>
<pubDate>Fri, 26 Dec 2008 00:17:32 +0000</pubDate>
<dc:creator>winmutt</dc:creator>
<guid isPermaLink="false">22242@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This one actually works. bbpress in /forums/&#60;/p&#62;
&#60;p&#62;&#34;^/forums/forum/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; &#34;/forums/forum.php?id=$1&#38;#38;page=$2&#34;,&#60;br /&#62;
&#34;^/forums/forum/([^/]+)/?$&#34; =&#38;gt; &#34;/forums/forum.php?id=$1&#34;,&#60;br /&#62;
&#34;^/forums/topic/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; &#34;/forums/topic.php?id=$1&#38;#38;page=$2&#34;,&#60;br /&#62;
&#34;^/forums/topic/([^/]+)/?$&#34; =&#38;gt; &#34;/forums/topic.php?id=$1&#34;,&#60;br /&#62;
&#34;^/forums/tags/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; &#34;/forums/tags.php?tag=$1&#38;#38;page=$2&#34;,&#60;br /&#62;
&#34;^/forums/tags/([^/]+)/?$&#34; =&#38;gt; &#34;/forums/tags.php?tag=$1&#34;,&#60;br /&#62;
&#34;^/forums/tags/?$&#34; =&#38;gt; &#34;/forums/tags.php&#34;,&#60;br /&#62;
&#34;^/forums/profile/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; &#34;/forums/profile.php?id=$1&#38;#38;page=$2&#34;,&#60;br /&#62;
&#34;^/forums/profile/([^/]+)/([^/]+)/?$&#34; =&#38;gt; &#34;/forums/profile.php?id=$1&#38;#38;tab=$2&#34;,&#60;br /&#62;
&#34;^/forums/profile/([^/]+)/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; &#34;/forums/profile.php?id=$1&#38;#38;tab=$2&#38;#38;page=$3&#34;,&#60;br /&#62;
&#34;^/forums/profile/([^/]+)/([^/]+)/favorites/?$&#34; =&#38;gt; &#34;/forums/profile.php?id=$1&#38;#38;tab=favorites&#34;,&#60;br /&#62;
&#34;^/forums/profile/([^/]+)/?$&#34; =&#38;gt; &#34;/forums/profile.php?id=$1&#34;,&#60;br /&#62;
&#34;^/forums/view/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; &#34;/forums/view.php?view=$1&#38;#38;page=$2&#34;,&#60;br /&#62;
&#34;^/forums/view/([^/]+)/?$&#34; =&#38;gt; &#34;/forums/view.php?view=$1&#34;,&#60;br /&#62;
&#34;^/forums/rss/?$&#34; =&#38;gt; &#34;/forums/rss.php&#34;,&#60;br /&#62;
&#34;^/forums/rss/forums/forum/([^/]+)/?$&#34; =&#38;gt; &#34;/forums/rss.php?forum=$1&#34;,&#60;br /&#62;
&#34;^/forums/rss/forums/topic/([^/]+)/?$&#34; =&#38;gt; &#34;/forums/rss.php?topic=$1&#34;,&#60;br /&#62;
&#34;^/forums/rss/forums/tags/([^/]+)/?$&#34; =&#38;gt; &#34;/forums/rss.php?tag=$1&#34;,&#60;br /&#62;
&#34;^/forums/rss/forums/profile/([^/]+)/?$&#34; =&#38;gt; &#34;/forums/rss.php?profile=$1&#34;
&#60;/p&#62;</description>
</item>
<item>
<title>shoggy on "Rewrite rules under lighttpd?"</title>
<link>http://bbpress.org/forums/topic/rewrite-rules-under-lighttpd#post-18669</link>
<pubDate>Tue, 26 Aug 2008 15:14:12 +0000</pubDate>
<dc:creator>shoggy</dc:creator>
<guid isPermaLink="false">18669@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I tried greenhome's solution and it almost worked. Thanks! :-)&#60;/p&#62;
&#60;p&#62;However I got some minor errors, especially with links like &#60;a href=&#34;http://domain.tld/forums/topic/test?replies=3#post-17&#34; rel=&#34;nofollow&#34;&#62;http://domain.tld/forums/topic/test?replies=3#post-17&#60;/a&#62; or &#60;a href=&#34;http://domain.tld/forums/profile/username/favorites?fav=0&#38;#38;topic_id=1&#38;#38;_wpnonce=10a4ad44b8&#34; rel=&#34;nofollow&#34;&#62;http://domain.tld/forums/profile/username/favorites?fav=0&#38;#38;topic_id=1&#38;#38;_wpnonce=10a4ad44b8&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here is a workaround :&#60;/p&#62;
&#60;p&#62;In /etc/lighttpd/bbpress-rewrite.conf, I have :&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
url.rewrite-once += (&#60;br /&#62;
        # /forum/FORUM-NAME&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;forum/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; bbpressdir + &#34;forum.php?id=&#38;#38;page=&#34;,&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;forum/([^/]+)/?$&#34; =&#38;gt; bbpressdir + &#34;forum.php?id=&#34;,&#60;br /&#62;
        # /topic/TOPIC-NAME&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;topic/([^/\?]+)(\?(.*))?$&#34; =&#38;gt; bbpressdir + &#34;topic.php?id=&#38;#38;&#34;,&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;topic/([^/]+)/page/([0-9]+)(\?(.*))?/?$&#34; =&#38;gt; bbpressdir + &#34;topic.php?id=&#38;#38;page=&#38;#38;&#34;,&#60;br /&#62;
        # /tags/TAG-NAME&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;tags/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; bbpressdir + &#34;tags.php?tag=&#38;#38;page=&#34;,&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;tags/([^/]+)/?$&#34; =&#38;gt; bbpressdir + &#34;tags.php?tag=&#34;,&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;tags/?$&#34; =&#38;gt; bbpressdir + &#34;tags.php&#34;,&#60;br /&#62;
        # /profile/PROFILE-NAME&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;profile/([^/]+)/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; bbpressdir + &#34;profile.php?id=&#38;#38;tab=&#38;#38;page=&#34;,&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;profile/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; bbpressdir + &#34;profile.php?id=&#38;#38;page=&#34;,&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;profile/([^/]+)/([^/\?]+)(\?(.*))?/?$&#34; =&#38;gt; bbpressdir + &#34;profile.php?id=&#38;#38;tab=&#38;#38;&#34;,&#60;br /&#62;
        #&#34;^&#34; + bbpressdir + &#34;profile/([^/]+)/([^/]+)/?$&#34; =&#38;gt; bbpressdir + &#34;profile.php?id=&#38;#38;tab=&#34;,&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;profile/([^/\?]+)(\?(.*))?$&#34; =&#38;gt; bbpressdir + &#34;profile.php?id=&#38;#38;&#34;,&#60;br /&#62;
        # /view/VIEW-NAME&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;view/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; bbpressdir + &#34;view.php?view=&#38;#38;page=&#34;,&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;view/([^/]+)/?$&#34; =&#38;gt; bbpressdir + &#34;view.php?view=&#34;,&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;rss/?$&#34; =&#38;gt; bbpressdir + &#34;rss.php&#34;,&#60;br /&#62;
        # /rss/FEED-NAME&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;rss/forum/([^/]+)/?$&#34; =&#38;gt; bbpressdir + &#34;rss.php?forum=&#34;,&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;rss/topic/([^/]+)/?$&#34; =&#38;gt; bbpressdir + &#34;rss.php?topic=&#34;,&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;rss/tags/([^/]+)/?$&#34; =&#38;gt; bbpressdir + &#34;rss.php?tag=&#34;,&#60;br /&#62;
        &#34;^&#34; + bbpressdir + &#34;rss/profile/([^/]+)/?$&#34; =&#38;gt; bbpressdir + &#34;rss.php?profile=&#34;&#60;br /&#62;
)&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Finally, I just add this configuration for each vhost using bbpress :&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
$HTTP[&#34;host&#34;] =~ &#34;domain\.tld&#34; {&#60;br /&#62;
        var.bbpressdir = &#34;/forums/&#34;&#60;br /&#62;
        include &#34;bbpress-rewrite.conf&#34;&#60;br /&#62;
}&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps!
&#60;/p&#62;</description>
</item>
<item>
<title>shoggy on "Rewrite rules under lighttpd?"</title>
<link>http://bbpress.org/forums/topic/rewrite-rules-under-lighttpd#post-18665</link>
<pubDate>Tue, 26 Aug 2008 13:55:12 +0000</pubDate>
<dc:creator>shoggy</dc:creator>
<guid isPermaLink="false">18665@http://bbpress.org/forums/</guid>
<description>&#60;br /&#62;</description>
</item>
<item>
<title>risoknop on "bbPress AND Lighttpd URL rewrite rules"</title>
<link>http://bbpress.org/forums/topic/bbpress-and-lighttpd-url-rewrite-rules#post-17053</link>
<pubDate>Thu, 03 Jul 2008 12:18:39 +0000</pubDate>
<dc:creator>risoknop</dc:creator>
<guid isPermaLink="false">17053@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello, I have installed bbPress at one of my websites (in a subdirectory called &#34;forums&#34; - i.e. bbPress is installed at mydomain.com/forums/).&#60;/p&#62;
&#60;p&#62;I'm trying to set up Lighttpd URL rewrite rules now in order to achieve SEO friendly permalinks.&#60;/p&#62;
&#60;p&#62;I have tried to google a little bit but the only thing I have found is this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;quot;^/forum/([^/]+)/page/([0-9]+)/?$&#38;quot; =&#38;gt; &#38;quot;/forum.php?id=&#38;#38;page=&#38;quot;,
&#38;quot;^/forum/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/forum.php?id=&#38;quot;,
&#38;quot;^/topic/([^/]+)/page/([0-9]+)/?$&#38;quot; =&#38;gt; &#38;quot;/topic.php?id=&#38;#38;page=&#38;quot;,
&#38;quot;^/topic/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/topic.php?id=&#38;quot;,
&#38;quot;^/tags/([^/]+)/page/([0-9]+)/?$&#38;quot; =&#38;gt; &#38;quot;/tags.php?tag=&#38;#38;page=&#38;quot;,
&#38;quot;^/tags/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/tags.php?tag=&#38;quot;,
&#38;quot;^/tags/?$&#38;quot; =&#38;gt; &#38;quot;/tags.php&#38;quot;,
&#38;quot;^/profile/([^/]+)/page/([0-9]+)/?$&#38;quot; =&#38;gt; &#38;quot;/profile.php?id=&#38;#38;page=&#38;quot;,
&#38;quot;^/profile/([^/]+)/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/profile.php?id=&#38;#38;tab=&#38;quot;,
&#38;quot;^/profile/([^/]+)/([^/]+)/page/([0-9]+)/?$&#38;quot; =&#38;gt; &#38;quot;/profile.php?id=&#38;#38;tab=&#38;#38;page=&#38;quot;,
&#38;quot;^/profile/([^/]+)/([^/]+)/favorites/?$&#38;quot; =&#38;gt; &#38;quot;/profile.php?id=&#38;#38;tab=favorites&#38;quot;,
&#38;quot;^/profile/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/profile.php?id=&#38;quot;,
&#38;quot;^/view/([^/]+)/page/([0-9]+)/?$&#38;quot; =&#38;gt; &#38;quot;/view.php?view=&#38;#38;page=&#38;quot;,
&#38;quot;^/view/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/view.php?view=&#38;quot;,
&#38;quot;^/rss/?$&#38;quot; =&#38;gt; &#38;quot;/rss.php&#38;quot;,
&#38;quot;^/rss/forum/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/rss.php?forum=&#38;quot;,
&#38;quot;^/rss/topic/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/rss.php?topic=&#38;quot;,
&#38;quot;^/rss/tags/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/rss.php?tag=&#38;quot;,
&#38;quot;^/rss/profile/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/rss.php?profile=&#38;quot;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Could anybody tell me how to edit it taking into consideration the subfolder where the bbPress is installed?&#60;/p&#62;
&#60;p&#62;My current Lighttpd rewrite rules in config file are bellow:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;url.rewrite-once = (
&#38;quot;^/(wp-.+).*/?&#38;quot; =&#38;gt; &#38;quot;%%tl_code_block%%&#38;quot;,
&#38;quot;^/images/.*/?&#38;quot; =&#38;gt; &#38;quot;%%tl_code_block%%&#38;quot;,
&#38;quot;^/forums/.*/?&#38;quot; =&#38;gt; &#38;quot;%%tl_code_block%%&#38;quot;,
&#38;quot;^/temp/.*/?&#38;quot; =&#38;gt; &#38;quot;%%tl_code_block%%&#38;quot;,
&#38;quot;^/(sitemap.xml)&#38;quot; =&#38;gt; &#38;quot;%%tl_code_block%%&#38;quot;,
&#38;quot;^/(xmlrpc.php)&#38;quot; =&#38;gt; &#38;quot;%%tl_code_block%%&#38;quot;,
&#38;quot;^/keyword/([A-Za-z_0-9\-]+)/?$&#38;quot; =&#38;gt; &#38;quot;/index.php?keyword=&#38;quot;,
&#38;quot;^/.*?(\?.*)?$&#38;quot; =&#38;gt; &#38;quot;/index.php&#38;quot;
)&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>greenhome on "Rewrite rules under lighttpd?"</title>
<link>http://bbpress.org/forums/topic/rewrite-rules-under-lighttpd#post-15784</link>
<pubDate>Sat, 26 Apr 2008 03:49:22 +0000</pubDate>
<dc:creator>greenhome</dc:creator>
<guid isPermaLink="false">15784@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ah, thanks :)  I hadn't bothered to go back and see if those minor things were working correctly on the old server.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Rewrite rules under lighttpd?"</title>
<link>http://bbpress.org/forums/topic/rewrite-rules-under-lighttpd#post-15759</link>
<pubDate>Fri, 25 Apr 2008 15:03:26 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">15759@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#38;gt; but it still seems to be breaking on some minor things (like adding a topic to your favorites while logged in)&#60;/p&#62;
&#60;p&#62;Actually, that's bbPress that's broken, not your rules. Fixed in the next release :)
&#60;/p&#62;</description>
</item>
<item>
<title>greenhome on "Rewrite rules under lighttpd?"</title>
<link>http://bbpress.org/forums/topic/rewrite-rules-under-lighttpd#post-15747</link>
<pubDate>Thu, 24 Apr 2008 16:58:40 +0000</pubDate>
<dc:creator>greenhome</dc:creator>
<guid isPermaLink="false">15747@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I got very close, playing around with converting it on my own.  I took the .htaccess file that was generated on the old server and used it to create this (placed in my lighttpd config file):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
url.rewrite-once = (&#60;br /&#62;
&#34;^/forum/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; &#34;/forum.php?id=&#38;#38;page=&#34;,&#60;br /&#62;
&#34;^/forum/([^/]+)/?$&#34; =&#38;gt; &#34;/forum.php?id=&#34;,&#60;br /&#62;
&#34;^/topic/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; &#34;/topic.php?id=&#38;#38;page=&#34;,&#60;br /&#62;
&#34;^/topic/([^/]+)/?$&#34; =&#38;gt; &#34;/topic.php?id=&#34;,&#60;br /&#62;
&#34;^/tags/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; &#34;/tags.php?tag=&#38;#38;page=&#34;,&#60;br /&#62;
&#34;^/tags/([^/]+)/?$&#34; =&#38;gt; &#34;/tags.php?tag=&#34;,&#60;br /&#62;
&#34;^/tags/?$&#34; =&#38;gt; &#34;/tags.php&#34;,&#60;br /&#62;
&#34;^/profile/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; &#34;/profile.php?id=&#38;#38;page=&#34;,&#60;br /&#62;
&#34;^/profile/([^/]+)/([^/]+)/?$&#34; =&#38;gt; &#34;/profile.php?id=&#38;#38;tab=&#34;,&#60;br /&#62;
&#34;^/profile/([^/]+)/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; &#34;/profile.php?id=&#38;#38;tab=&#38;#38;page=&#34;,&#60;br /&#62;
&#34;^/profile/([^/]+)/([^/]+)/favorites/?$&#34; =&#38;gt; &#34;/profile.php?id=&#38;#38;tab=favorites&#34;,&#60;br /&#62;
&#34;^/profile/([^/]+)/?$&#34; =&#38;gt; &#34;/profile.php?id=&#34;,&#60;br /&#62;
&#34;^/view/([^/]+)/page/([0-9]+)/?$&#34; =&#38;gt; &#34;/view.php?view=&#38;#38;page=&#34;,&#60;br /&#62;
&#34;^/view/([^/]+)/?$&#34; =&#38;gt; &#34;/view.php?view=&#34;,&#60;br /&#62;
&#34;^/rss/?$&#34; =&#38;gt; &#34;/rss.php&#34;,&#60;br /&#62;
&#34;^/rss/forum/([^/]+)/?$&#34; =&#38;gt; &#34;/rss.php?forum=&#34;,&#60;br /&#62;
&#34;^/rss/topic/([^/]+)/?$&#34; =&#38;gt; &#34;/rss.php?topic=&#34;,&#60;br /&#62;
&#34;^/rss/tags/([^/]+)/?$&#34; =&#38;gt; &#34;/rss.php?tag=&#34;,&#60;br /&#62;
&#34;^/rss/profile/([^/]+)/?$&#34; =&#38;gt; &#34;/rss.php?profile=&#34;&#60;br /&#62;
)&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Most of the functionality works, but it still seems to be breaking on some minor things (like adding a topic to your favorites while logged in).
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Rewrite rules under lighttpd?"</title>
<link>http://bbpress.org/forums/topic/rewrite-rules-under-lighttpd#post-15746</link>
<pubDate>Thu, 24 Apr 2008 16:13:12 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">15746@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've never seen it done but the rules are fairly straightforward (just a bunch of them).&#60;/p&#62;
&#60;p&#62;There must be a lighttpd support area where you can submit the existing rules and ask for help converting?&#60;/p&#62;
&#60;p&#62;(then be sure to share the results back here ;-)&#60;/p&#62;
&#60;p&#62;The rules on this page for something called &#34;serendipity&#34; look very similar to bbPress's rules:&#60;br /&#62;
&#60;a href=&#34;http://edin.dk/archives/34-Serendipity-on-Lighty.html&#34; rel=&#34;nofollow&#34;&#62;http://edin.dk/archives/34-Serendipity-on-Lighty.html&#60;/a&#62;&#60;br /&#62;
so you might be able to use them to get an idea?
&#60;/p&#62;</description>
</item>
<item>
<title>greenhome on "Rewrite rules under lighttpd?"</title>
<link>http://bbpress.org/forums/topic/rewrite-rules-under-lighttpd#post-15689</link>
<pubDate>Tue, 22 Apr 2008 20:49:50 +0000</pubDate>
<dc:creator>greenhome</dc:creator>
<guid isPermaLink="false">15689@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am attempting to move my bbPress site over to a server running lighttpd - I'm running into problems converting over the rewrite rules.&#60;/p&#62;
&#60;p&#62;I have modified the lighttpd config files successfully to get WordPress, Magento, and some other apps working under lighttpd, but have not been able to find any examples for bbPress.  Has anyone done this successfully?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
