<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[suibing的博客]]></title> 
<link>http://www.suibing.com/index.php</link> 
<description><![CDATA[suibing的新博客，欢迎大家捧场~~]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[suibing的博客]]></copyright>
<item>
<link>http://www.suibing.com/post//</link>
<title><![CDATA[bo-blog 伪静态规则 for lighttpd]]></title> 
<author>suibing &lt;admin@yourname.com&gt;</author>
<category><![CDATA[个人日记]]></category>
<pubDate>Fri, 18 Sep 2009 08:57:28 +0000</pubDate> 
<guid>http://www.suibing.com/post//</guid> 
<description>
<![CDATA[ 
	blog换成bo-blog了，启用伪静态，发现官方不提供lighttpd的伪静态规则，只好自己写了，规则如下，301重定向的规则没写，只有rewrite的<br/><br/><div class="code"><br/>url.rewrite&nbsp;&nbsp; = ( <br/>&quot;^(.*)/post/(&#91;0-9&#93;+)/?(&#91;0-9&#93;+)?/?(&#91;0-9&#93;+)?/?$&quot; =&gt; &quot;$1/read.php?entryid=$2&amp;page=$3&amp;part=$4&quot;,<br/>&quot;^(.*)/page/(&#91;0-9&#93;+)/(&#91;0-9&#93;+)/?$&quot; =&gt; &quot;$1/index.php?mode=$2&amp;page=$3&quot;,<br/>&quot;^(.*)/starred/(&#91;0-9&#93;+)/?(&#91;0-9&#93;+)?/?$&quot; =&gt; &quot;$1/star.php?mode=$2&amp;page=$3&quot;,<br/>&quot;^(.*)/category/(&#91;^/&#93;+)/?(&#91;0-9&#93;+)?/?(&#91;0-9&#93;+)?/?$&quot; =&gt; &quot;$1/index.php?go=category_$2&amp;mode=$3&amp;page=$4&quot;,<br/>&quot;^(.*)/archiver/(&#91;0-9&#93;+)/(&#91;0-9&#93;+)/?(&#91;0-9&#93;+)?/?(&#91;0-9&#93;+)?/?$&quot; =&gt; &quot;$1/index.php?go=archive&amp;cm=$2&amp;cy=$3&amp;mode=$4&amp;page=$5&quot;,<br/>&quot;^(.*)/date/(&#91;0-9&#93;+)/(&#91;0-9&#93;+)/(&#91;0-9&#93;+)/?(&#91;0-9&#93;+)?/?(&#91;0-9&#93;+)?/?$&quot; =&gt; &quot;$1/index.php?go=showday_$2-$3-$4&amp;mode=$5&amp;page=$6&quot;,<br/>&quot;^(.*)/user/(&#91;0-9&#93;+)/?$&quot; =&gt; &quot;$1/view.php?go=user_$2&quot;,<br/>&quot;^(.*)/tags/(&#91;^/&#93;+)/?(&#91;0-9&#93;+)?/?(&#91;0-9&#93;+)?/?$&quot; =&gt; &quot;$1/tag.php?tag=$2&amp;mode=$3&amp;page=$4&quot;,<br/>&quot;^(.*)/component/id/(&#91;0-9&#93;+)/?$&quot; =&gt; &quot;$1/page.php?pageid=$2&quot;,<br/>&quot;^(.*)/component/(&#91;^/&#93;+)/?$&quot; =&gt; &quot;$1/page.php?pagealias=$2&quot;<br/>)<br/></div>
]]>
</description>
</item><item>
<link>http://www.suibing.com/post//#blogcomment</link>
<title><![CDATA[[评论] bo-blog 伪静态规则 for lighttpd]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.suibing.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>