<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[PunBB Forums - [1.3] URL rewrite rule: lighttpd?]]></title>
		<link>http://punbb.informer.com/forums/topic/17930/13-url-rewrite-rule-lighttpd/</link>
		<description><![CDATA[The most recent posts in [1.3] URL rewrite rule: lighttpd?.]]></description>
		<lastBuildDate>Mon, 27 Apr 2009 10:13:51 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [1.3] URL rewrite rule: lighttpd?]]></title>
			<link>http://punbb.informer.com/forums/post/127216/#p127216</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>Assuming your forum resides at the root of your site (i.e. <a href="http://example.org/):">http://example.org/):</a></p><p>- Add this to the appropriate section of your lighttpd.conf file:</p><p>server.error-handler-404 = &quot;/rewrite.php&quot;</p></blockquote></div><p>I&#039;ll update the Flux wiki entry for that bit. The [dir] bit is obviously unneeded if it&#039;s at web root. It must have been an overzealous copy/paste on that bit. <img src="http://punbb.informer.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (MattF)]]></author>
			<pubDate>Mon, 27 Apr 2009 10:13:51 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127216/#p127216</guid>
		</item>
		<item>
			<title><![CDATA[Re: [1.3] URL rewrite rule: lighttpd?]]></title>
			<link>http://punbb.informer.com/forums/post/127214/#p127214</link>
			<description><![CDATA[<p>Hi everone!</p><div class="quotebox"><cite>alsoeren wrote:</cite><blockquote><p>Thank you very much! It seems my misfortune was only due to a small mistake. I hadn&#039;t included the subfolder in the error-handler:</p><div class="codebox"><pre><code>        $HTTP[&quot;url&quot;] =~ &quot;^/forum/&quot; {
                server.error-handler-404 = &quot;/rewrite.php&quot;
        }</code></pre></div></blockquote></div><p>This isn&#039;t 100% correct yet; it should be </p><div class="codebox"><pre><code>server.error-handler-404 = &quot;/forum/rewrite.php&quot;</code></pre></div><p> if your forum is located at /forum.</p><p>As a conclusion for all of you looking for instructions to have clean urls in punbb 1.3 with lighttpd:</p><p><strong>Assuming your forum installation is in a folder named &quot;punbb&quot;</strong> (i.e. <a href="http://www.yourdomain.com/punbb/):">http://www.yourdomain.com/punbb/):</a></p><p>- Add this to the appropriate section of your lighttpd.conf file:</p><div class="codebox"><pre><code>$HTTP[&quot;url&quot;] =~ &quot;^/punbb/&quot; {
    server.error-handler-404 = &quot;/punbb/rewrite.php&quot;
}</code></pre></div><p><strong>Assuming your forum resides at the root of your site</strong> (i.e. <a href="http://www.yourdomain.com/):">http://www.yourdomain.com/):</a></p><p>- Add this to the appropriate section of your lighttpd.conf file:</p><div class="codebox"><pre><code>server.error-handler-404 = &quot;/rewrite.php&quot;</code></pre></div><p><strong>- Restart lighttpd</strong></p><p><strong>- Go to the admin panel of your punBB installation, go to Settings and choose which ever URL scheme you like</strong></p><p>That&#039;s it! The rewrite.php script takes care of the rest.</p><p>- Jyri</p>]]></description>
			<author><![CDATA[dummy@example.com (Jyri)]]></author>
			<pubDate>Mon, 27 Apr 2009 08:08:02 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/127214/#p127214</guid>
		</item>
		<item>
			<title><![CDATA[Re: [1.3] URL rewrite rule: lighttpd?]]></title>
			<link>http://punbb.informer.com/forums/post/124913/#p124913</link>
			<description><![CDATA[<p>Glad that sorted it. <img src="http://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (MattF)]]></author>
			<pubDate>Sat, 21 Feb 2009 13:11:18 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/124913/#p124913</guid>
		</item>
		<item>
			<title><![CDATA[Re: [1.3] URL rewrite rule: lighttpd?]]></title>
			<link>http://punbb.informer.com/forums/post/124778/#p124778</link>
			<description><![CDATA[<p>Thank you very much! It seems my misfortune was only due to a small mistake. I hadn&#039;t included the subfolder in the error-handler:</p><div class="codebox"><pre><code>        $HTTP[&quot;url&quot;] =~ &quot;^/forum/&quot; {
                server.error-handler-404 = &quot;/rewrite.php&quot;
        }</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (alsoeren)]]></author>
			<pubDate>Tue, 17 Feb 2009 15:53:57 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/124778/#p124778</guid>
		</item>
		<item>
			<title><![CDATA[Re: [1.3] URL rewrite rule: lighttpd?]]></title>
			<link>http://punbb.informer.com/forums/post/124774/#p124774</link>
			<description><![CDATA[<p>Search the Fluxbb wiki. There is information on there regarding Lighttpd and rewrite.</p><p>Btw Mods, why is this topic still in the 1.2 section?</p>]]></description>
			<author><![CDATA[dummy@example.com (MattF)]]></author>
			<pubDate>Tue, 17 Feb 2009 15:15:40 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/124774/#p124774</guid>
		</item>
		<item>
			<title><![CDATA[Re: [1.3] URL rewrite rule: lighttpd?]]></title>
			<link>http://punbb.informer.com/forums/post/124742/#p124742</link>
			<description><![CDATA[<p>I have been trying to get rewrite to work with lighttpd and PunBB 1.3, but haven&#039;t been successful. Can one of you that has got it working please share of your wisdom?</p><p>For WordPress I&#039;m using mod_magnet and a lua script, but that didn&#039;t seem to work with PunBB.</p>]]></description>
			<author><![CDATA[dummy@example.com (alsoeren)]]></author>
			<pubDate>Mon, 16 Feb 2009 20:55:48 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/124742/#p124742</guid>
		</item>
		<item>
			<title><![CDATA[Re: [1.3] URL rewrite rule: lighttpd?]]></title>
			<link>http://punbb.informer.com/forums/post/106449/#p106449</link>
			<description><![CDATA[<p>I&#039;m running 1226.</p>]]></description>
			<author><![CDATA[dummy@example.com (Tjalve)]]></author>
			<pubDate>Sat, 05 Jan 2008 16:04:39 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/106449/#p106449</guid>
		</item>
		<item>
			<title><![CDATA[Re: [1.3] URL rewrite rule: lighttpd?]]></title>
			<link>http://punbb.informer.com/forums/post/106439/#p106439</link>
			<description><![CDATA[<div class="quotebox"><cite>Tjalve wrote:</cite><blockquote><p>it works fine on my test server.</p><p>lighttpd-1.4.18</p></blockquote></div><p>With Pun 1.3 &gt;rev 1200? </p><p>Nice to know <img src="http://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Jérémie)]]></author>
			<pubDate>Sat, 05 Jan 2008 14:24:13 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/106439/#p106439</guid>
		</item>
		<item>
			<title><![CDATA[Re: [1.3] URL rewrite rule: lighttpd?]]></title>
			<link>http://punbb.informer.com/forums/post/106438/#p106438</link>
			<description><![CDATA[<p>it works fine on my test server.</p><p>lighttpd-1.4.18</p>]]></description>
			<author><![CDATA[dummy@example.com (Tjalve)]]></author>
			<pubDate>Sat, 05 Jan 2008 13:31:42 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/106438/#p106438</guid>
		</item>
		<item>
			<title><![CDATA[Re: [1.3] URL rewrite rule: lighttpd?]]></title>
			<link>http://punbb.informer.com/forums/post/106436/#p106436</link>
			<description><![CDATA[<p>Not on the dev team, but if you&#039;re looking to test it out, the setup should be similar to Wordpress and lighttpd<br /><a href="http://www.cyberciti.biz/tips/lighttpd-and-wordpress-setup-clean-seo-friendly-urls.html">http://www.cyberciti.biz/tips/lighttpd- &#133; -urls.html</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Smartys)]]></author>
			<pubDate>Sat, 05 Jan 2008 12:57:18 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/106436/#p106436</guid>
		</item>
		<item>
			<title><![CDATA[[1.3] URL rewrite rule: lighttpd?]]></title>
			<link>http://punbb.informer.com/forums/post/106434/#p106434</link>
			<description><![CDATA[<p>I wander if anyone (on the dev team or not) did some test with the 1.3 pre-alpha and Lighttpd? Especially, tried to make to new rewrite engine (done in PHP) work with Lighttpd?</p>]]></description>
			<author><![CDATA[dummy@example.com (Jérémie)]]></author>
			<pubDate>Sat, 05 Jan 2008 12:44:11 +0000</pubDate>
			<guid>http://punbb.informer.com/forums/post/106434/#p106434</guid>
		</item>
	</channel>
</rss>
