<?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; 404</title>
	<atom:link href="http://digegg.com/article/tag/404/feed" rel="self" type="application/rss+xml" />
	<link>http://digegg.com</link>
	<description>分享新鲜，传递快乐</description>
	<lastBuildDate>Tue, 31 Jan 2012 13:49:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>36个别出心裁的精美自定义404错误提示页面</title>
		<link>http://digegg.com/article/450.htm</link>
		<comments>http://digegg.com/article/450.htm#comments</comments>
		<pubDate>Tue, 29 Sep 2009 16:44:32 +0000</pubDate>
		<dc:creator>Yusn</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://www.digegg.com/article/450.htm</guid>
		<description><![CDATA[当访问者访问一个不存在的页面时，看到那个默认的“HTTP 404 页面未找到”错误时，会不会有一种被人拒之门外的感觉？如果你看到下面的自定义404错误提示页时，你还会有这种冷冰冰的感觉吗： 1. Bluedaniel 2. Fryewiles 3. Cuoma 4. Tele2 5. Pen and Paper 6. Pattern Tab 7. We Function 8. PostranK 9. Abduzeedo 10. jhuskisson 11. Turbo Milk 12. Propeller 13. Rainfall 14. ScrnShots 15. Renk00 16. Simple candy 17. Deaxon 18. Tix02 19. Fuelly 20. Geek Squad 21. Heinz 22. Home Star [...]]]></description>
		<wfw:commentRss>http://digegg.com/article/450.htm/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Win主机IIS环境设置WordPress固定链接的方法</title>
		<link>http://digegg.com/article/375.htm</link>
		<comments>http://digegg.com/article/375.htm#comments</comments>
		<pubDate>Thu, 21 May 2009 00:17:54 +0000</pubDate>
		<dc:creator>Yusn</dc:creator>
				<category><![CDATA[使用教程]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[技巧]]></category>

		<guid isPermaLink="false">http://www.digegg.com/?p=375</guid>
		<description><![CDATA[昨天把博客从Linux主机的Apache环境搬家到Win主机的IIS环境，出现一个问题就是无法像以前那样将地址输出为：http://www.digegg.com/article/374.htm这样的静态化网址。 今天早上看到发现了解决办法：其他的什么都不要求，只需要主机支持自定义404页面 注意下面的这段代码： &#60;?php header(“HTTP/1.1 200 OK”); $ori_qs = $_SERVER['QUERY_STRING']; $pattern = &#8216;/[^;]+;[^:]+:\/\/[^\/]+(\/[^\?]*)(?:\?(.*))?/i&#8217;; preg_match($pattern, $ori_qs, $matches); $_SERVER['PATH_INFO']?? = $matches[1] . &#8216;?&#8217; . $matches[2]; $_SERVER['REQUEST_URI'] = $_SERVER['PATH_INFO']; $query_args???????????? = explode(&#8216;&#38;&#8217;, $matches[2]); unset($_GET); foreach ($query_args as $arg) { ? $the_arg = explode(&#8216;=&#8217;, $arg); ? $_GET[$the_arg[0]] = $the_arg[1]; } include(&#8216;index.php&#8217;); ?&#62; 将上面的代码保存为404.php并上传到网站根目录 登录空间设置页面，设置 404 自定义错误页为 404.php 进入 WordPress [...]]]></description>
		<wfw:commentRss>http://digegg.com/article/375.htm/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

