<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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: CentOS下编译安装lighttpd和PHP(vps)	</title>
	<atom:link href="https://www.coder4.com/archives/1069/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com/archives/1069</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Fri, 16 Dec 2011 14:47:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>
		By: 好铺吧		</title>
		<link>https://www.coder4.com/archives/1069#comment-41</link>

		<dc:creator><![CDATA[好铺吧]]></dc:creator>
		<pubDate>Sat, 30 Oct 2010 14:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=1069#comment-41</guid>

					<description><![CDATA[你好，我也是用的diahosting。用的也是lighttpd，在写伪静态的时候，直接影响到其他的文件报404. 比如 有数字的100.php就会报错，报404.还有这个http://www.haopu8.com/images/level_10.gif  图片是存在的，但加上伪静态后就是报了404，不知道为什么。


url.rewrite = (
&quot;^/view-(.*)\.htm$&quot; =&#062; &quot;$1/view.php?&#038;num_iid=$2&quot;,
&quot;^/remai-([0-9]+)-([0-9]+)\.htm$&quot; =&#062; &quot;$1/remai.php?catid=$2&#038;page=$3&quot;,
&quot;^/huangguandianpu-([0-9]+)-([0-9]+)\.htm$&quot; =&#062; &quot;$1/huangguandianpu.php?cid=$2&#038;page=$3&quot;,
&quot;^(.*)baifenbaihaoping-([0-9]+)-([0-9]+)\.htm$&quot; =&#062;&quot;$1/baifenbaihaoping.php?cid=$2&#038;page=$3&quot;,
&quot;^/shop-(.+)-([0-9]+)\.htm$&quot; =&#062; &quot;$1/shop.php?nick=$2&#038;page=$3&quot;,
&quot;^/shopmall-([0-9]+)-([0-9]+)\.htm$&quot; =&#062; &quot;$1/shopmall.php?cid=$2&#038;page=$3&quot;,
&quot;^/shoucangbang-([0-9]+)-([0-9]+)\.htm$&quot; =&#062; &quot;$1/shoucangbang.php?cid=$2&#038;page=$3&quot;,
&quot;^/jianfeishoushen-([0-9]+)\.htm$&quot; =&#062; &quot;$1/jianfeishoushen.php?page=$2&quot;,
&quot;^/fengxiong-([0-9]+)\.htm$&quot; =&#062; &quot;$1/fengxiong.php?page=$2&quot;,
&quot;^/search-(.*)-([0-9]+)-([0-9]+)\.htm$&quot; =&#062; &quot;$1/search.php?q=$2&#038;cid=$3&#038;page=$4&quot;,
&quot;^ErrorDocument 404 /notfound.php&quot;,
)

这是我的伪静态规则，都找不到为什么》？

大哥能帮下我不？
我的QQ：2980053   E-mail：bailywen#gmail.com  能帮下我吗？]]></description>
			<content:encoded><![CDATA[<p>你好，我也是用的diahosting。用的也是lighttpd，在写伪静态的时候，直接影响到其他的文件报404. 比如 有数字的100.php就会报错，报404.还有这个http://www.haopu8.com/images/level_10.gif  图片是存在的，但加上伪静态后就是报了404，不知道为什么。</p>
<p>url.rewrite = (<br />
"^/view-(.*)\.htm$" =&gt; "$1/view.php?&amp;num_iid=$2",<br />
"^/remai-([0-9]+)-([0-9]+)\.htm$" =&gt; "$1/remai.php?catid=$2&amp;page=$3",<br />
"^/huangguandianpu-([0-9]+)-([0-9]+)\.htm$" =&gt; "$1/huangguandianpu.php?cid=$2&amp;page=$3",<br />
"^(.*)baifenbaihaoping-([0-9]+)-([0-9]+)\.htm$" =&gt;"$1/baifenbaihaoping.php?cid=$2&amp;page=$3",<br />
"^/shop-(.+)-([0-9]+)\.htm$" =&gt; "$1/shop.php?nick=$2&amp;page=$3",<br />
"^/shopmall-([0-9]+)-([0-9]+)\.htm$" =&gt; "$1/shopmall.php?cid=$2&amp;page=$3",<br />
"^/shoucangbang-([0-9]+)-([0-9]+)\.htm$" =&gt; "$1/shoucangbang.php?cid=$2&amp;page=$3",<br />
"^/jianfeishoushen-([0-9]+)\.htm$" =&gt; "$1/jianfeishoushen.php?page=$2",<br />
"^/fengxiong-([0-9]+)\.htm$" =&gt; "$1/fengxiong.php?page=$2",<br />
"^/search-(.*)-([0-9]+)-([0-9]+)\.htm$" =&gt; "$1/search.php?q=$2&amp;cid=$3&amp;page=$4",<br />
"^ErrorDocument 404 /notfound.php",<br />
)</p>
<p>这是我的伪静态规则，都找不到为什么》？</p>
<p>大哥能帮下我不？<br />
我的QQ：2980053   E-mail：bailywen#gmail.com  能帮下我吗？</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: He		</title>
		<link>https://www.coder4.com/archives/1069#comment-35</link>

		<dc:creator><![CDATA[He]]></dc:creator>
		<pubDate>Wed, 20 Oct 2010 15:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.coder4.com/?p=1069#comment-35</guid>

					<description><![CDATA[Test]]></description>
			<content:encoded><![CDATA[<p>Test</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
