<?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>《使用独立域名托管自己的Feed》的评论</title>
	<atom:link href="http://www.wuwx.net/archives/5740/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wuwx.net/archives/5740</link>
	<description>严以律己·宽以待人·自强不息·知行合一</description>
	<lastBuildDate>Thu, 03 Nov 2011 09:28:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>作者：Dianso</title>
		<link>http://www.wuwx.net/archives/5740/comment-page-1/#comment-3348</link>
		<dc:creator>Dianso</dc:creator>
		<pubDate>Mon, 16 Mar 2009 03:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuwx.net/archives/5740#comment-3348</guid>
		<description>feedsky频繁出错，我也打算这样弄。</description>
		<content:encoded><![CDATA[<p>feedsky频繁出错，我也打算这样弄。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：將feed交還給自己 &#124; 杜海凡</title>
		<link>http://www.wuwx.net/archives/5740/comment-page-1/#comment-3310</link>
		<dc:creator>將feed交還給自己 &#124; 杜海凡</dc:creator>
		<pubDate>Sat, 21 Feb 2009 14:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuwx.net/archives/5740#comment-3310</guid>
		<description>[...] 當然,您可以去查看原文! [...]</description>
		<content:encoded><![CDATA[<p>[...] 當然,您可以去查看原文! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：有颜色的猫</title>
		<link>http://www.wuwx.net/archives/5740/comment-page-1/#comment-3283</link>
		<dc:creator>有颜色的猫</dc:creator>
		<pubDate>Sat, 14 Feb 2009 10:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuwx.net/archives/5740#comment-3283</guid>
		<description>一般不都能绑5个么......
你可以在DNS服务器那把 imyue.net 跳到 www.imyue.net
然后在空间上绑 www.imyue.net 和 feed.imyue.net</description>
		<content:encoded><![CDATA[<p>一般不都能绑5个么......<br />
你可以在DNS服务器那把 imyue.net 跳到 <a href="http://www.imyue.net" rel="nofollow">http://www.imyue.net</a><br />
然后在空间上绑 <a href="http://www.imyue.net" rel="nofollow">http://www.imyue.net</a> 和 feed.imyue.net</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Johnny</title>
		<link>http://www.wuwx.net/archives/5740/comment-page-1/#comment-3282</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Sat, 14 Feb 2009 10:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuwx.net/archives/5740#comment-3282</guid>
		<description>呃 太变态了，我的ftp竟然只能绑定两个域名，已经是用完了。。
等换空间着再试</description>
		<content:encoded><![CDATA[<p>呃 太变态了，我的ftp竟然只能绑定两个域名，已经是用完了。。<br />
等换空间着再试</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：有颜色的猫</title>
		<link>http://www.wuwx.net/archives/5740/comment-page-1/#comment-3281</link>
		<dc:creator>有颜色的猫</dc:creator>
		<pubDate>Sat, 14 Feb 2009 08:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuwx.net/archives/5740#comment-3281</guid>
		<description>&lt;a href=&quot;#comment-3280&quot; rel=&quot;nofollow&quot;&gt;@Johnny&lt;/a&gt; 
就是wp-config.php，是我写错了……我看你的机器是Windows，没有使用自定义路径，估计得用这种写法：
&lt;pre lang=&quot;php&quot;&gt;if($_SERVER[&#039;HTTP_HOST&#039;] == &#039;feed.wuwx.cn&#039;) {
    $_GET[&#039;feed&#039;] = &#039;rss2&#039;;
}&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-3280" rel="nofollow">@Johnny</a><br />
就是wp-config.php，是我写错了……我看你的机器是Windows，没有使用自定义路径，估计得用这种写法：</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'HTTP_HOST'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">'feed.wuwx.cn'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$_GET</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'feed'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'rss2'</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>作者：Johnny</title>
		<link>http://www.wuwx.net/archives/5740/comment-page-1/#comment-3280</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Sat, 14 Feb 2009 07:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuwx.net/archives/5740#comment-3280</guid>
		<description>config.php指的是wp根目录下的wp-config.php吗
还是另外自己新建的</description>
		<content:encoded><![CDATA[<p>config.php指的是wp根目录下的wp-config.php吗<br />
还是另外自己新建的</p>
]]></content:encoded>
	</item>
</channel>
</rss>

