<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>伟景博客 &#187; 域名主机</title>
	<atom:link href="http://pengfubing.com/content/category/domain/feed" rel="self" type="application/rss+xml" />
	<link>http://pengfubing.com</link>
	<description>专注于膜技术，水处理，节能减排，循环经济，Wordpress，留学生活等</description>
	<lastBuildDate>Mon, 12 Jul 2010 23:21:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>免费发放Google Wave邀请</title>
		<link>http://pengfubing.com/content/domain/google-wave-invitation.html</link>
		<comments>http://pengfubing.com/content/domain/google-wave-invitation.html#comments</comments>
		<pubDate>Sun, 03 Jan 2010 06:13:35 +0000</pubDate>
		<dc:creator>Welkin</dc:creator>
				<category><![CDATA[域名主机]]></category>
		<category><![CDATA[google wave邀请]]></category>

		<guid isPermaLink="false">http://pengfubing.com/?p=417</guid>
		<description><![CDATA[有谁需要google wave的邀请，请留言留下email，我将给你发送邀请链接。 update （1/14/2010）：需要的请留下email，我还能发送20个邀请。 随机日志]]></description>
			<content:encoded><![CDATA[<p>有谁需要google wave的邀请，请留言留下email，我将给你发送邀请链接。</p>
<p>update （1/14/2010）：需要的请留下email，我还能发送20个邀请。</p>
<h2  class="related_post_title">随机日志</h2><ul class="related_post"></ul>]]></content:encoded>
			<wfw:commentRss>http://pengfubing.com/content/domain/google-wave-invitation.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Google PR值又更新了？</title>
		<link>http://pengfubing.com/content/domain/google-pr-udate.html</link>
		<comments>http://pengfubing.com/content/domain/google-pr-udate.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 21:14:24 +0000</pubDate>
		<dc:creator>Welkin</dc:creator>
				<category><![CDATA[域名主机]]></category>
		<category><![CDATA[PR]]></category>

		<guid isPermaLink="false">http://pengfubing.com/?p=291</guid>
		<description><![CDATA[今天发现我7月份建站的网页PR值变为0了，很是奇怪，10月30号更新的时候为2，今天却降为0了。不知道是google整体的更新还是怎么的。 本来不是很看重PR值的，尤其是现在的个人博客，就是觉得奇怪。 随机日志]]></description>
			<content:encoded><![CDATA[<p>今天发现我7月份建站的网页PR值变为0了，很是奇怪，10月30号更新的时候为2，今天却降为0了。不知道是google整体的更新还是怎么的。</p>
<p>本来不是很看重PR值的，尤其是现在的个人博客，就是觉得奇怪。</p>
<h2  class="related_post_title">随机日志</h2><ul class="related_post"></ul>]]></content:encoded>
			<wfw:commentRss>http://pengfubing.com/content/domain/google-pr-udate.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何设置网站404错误页？</title>
		<link>http://pengfubing.com/content/domain/how-to-setup-404.html</link>
		<comments>http://pengfubing.com/content/domain/how-to-setup-404.html#comments</comments>
		<pubDate>Wed, 18 Nov 2009 18:35:28 +0000</pubDate>
		<dc:creator>Welkin</dc:creator>
				<category><![CDATA[域名主机]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[404错误页]]></category>
		<category><![CDATA[404页面]]></category>
		<category><![CDATA[虚拟主机]]></category>
		<category><![CDATA[设置错误页面]]></category>

		<guid isPermaLink="false">http://pengfubing.com/?p=225</guid>
		<description><![CDATA[有的虚拟主机提供404错误页的用户定制，但是有的虚拟主机不提供404页面的用户自定义设置，你就需要联系空间服务商了。 但是，不论你的虚拟主机是那个，你都可以用以下的方法来自定义错误页面。在网站目录线面建立一个.htaccess文件，如果你有这个文件的话，直接修改就是了。加入以下代码： ErrorDocument 404 /notfound.html 如果已有该文件，只要把代码加入即可。当然，你还需要设计你的错误页面，并且相应命名为 notfound.html （也可以用其他名字，相应修改上面代码）。并将该页面存在网站主目录（通常是 /public_html/ 之下）。 随机日志]]></description>
			<content:encoded><![CDATA[<p>有的虚拟主机提供404错误页的用户定制，但是有的虚拟主机不提供404页面的用户自定义设置，你就需要联系空间服务商了。</p>
<p>但是，不论你的虚拟主机是那个，你都可以用以下的方法来自定义错误页面。在网站目录线面建立一个.htaccess文件，如果你有这个文件的话，直接修改就是了。加入以下代码：</p>
<div style="margin: 5px 20px 20px;">
<pre class="alt2" style="text-align: left; margin: 0px; width: 363px; height: 34px; overflow: auto; border: 1px inset; padding: 6px;" dir="ltr">ErrorDocument 404 /notfound.html</pre>
</div>
<p>如果已有该文件，只要把代码加入即可。当然，你还需要设计你的错误页面，并且相应命名为 notfound.html （也可以用其他名字，相应修改上面代码）。并将该页面存在网站主目录（通常是 /public_html/ 之下）。</p>
<h2  class="related_post_title">随机日志</h2><ul class="related_post"></ul>]]></content:encoded>
			<wfw:commentRss>http://pengfubing.com/content/domain/how-to-setup-404.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>博客安家</title>
		<link>http://pengfubing.com/content/domain/bloghost.html</link>
		<comments>http://pengfubing.com/content/domain/bloghost.html#comments</comments>
		<pubDate>Tue, 10 Nov 2009 20:00:23 +0000</pubDate>
		<dc:creator>Welkin</dc:creator>
				<category><![CDATA[域名主机]]></category>

		<guid isPermaLink="false">http://pengfubing.com/?p=27</guid>
		<description><![CDATA[折腾了一段时间的个人博客，为了找个好窝还是比较难的，主要是money不够。原来是在justhost，便宜是很便宜，这个服务确实不怎么地，我的wordpress由于占用过多CPU被K了。干脆我就重新开始写博，原来的博客内容都摒弃了，而且注册了这个新的域名pengfubing.com。现在安家在HostGator，是大家反应比较好的主机，现在有20％的优惠，优惠码为AUTUMN。我选择的是baby plan，每个月9.95刀。 大家可以从下面的链接到Hostgator 随机日志]]></description>
			<content:encoded><![CDATA[<p>折腾了一段时间的个人博客，为了找个好窝还是比较难的，主要是money不够。原来是在justhost，便宜是很便宜，这个服务确实不怎么地，我的wordpress由于占用过多CPU被K了。干脆我就重新开始写博，原来的博客内容都摒弃了，而且注册了这个新的域名<a href="http;//pengfubing.com">pengfubing.com</a>。现在安家在HostGator，是大家反应比较好的主机，现在有20％的优惠，优惠码为AUTUMN。我选择的是baby plan，每个月9.95刀。</p>
<p>大家可以从下面的链接到Hostgator</p>
<p><a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=fbpeng" target="_blank"><img src="http://www.hostgator.com/affiliates/banners/hostgator-300x250.gif" alt="" /></a></p>
<h2  class="related_post_title">随机日志</h2><ul class="related_post"></ul>]]></content:encoded>
			<wfw:commentRss>http://pengfubing.com/content/domain/bloghost.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
