<?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>中文Flex例子 &#187; wp-cache</title>
	<atom:link href="http://blog.minidx.com/tag/wp-cache/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 31 Mar 2011 03:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Godaddy的wordpress中启用wp-cache插件出现500 Internal Server Error错误地解决方法</title>
		<link>http://blog.minidx.com/2008/07/21/1109.html</link>
		<comments>http://blog.minidx.com/2008/07/21/1109.html#comments</comments>
		<pubDate>Sun, 20 Jul 2008 23:42:55 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[WordPress相关]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp-cache]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/07/21/1109.html</guid>
		<description><![CDATA[一直都不太喜欢静态化插件以及一些所谓的提速插件，因为往往会给我们带来很多额外的错误/问题。在demo.minidx.com上测试wp-cache插件，动不动就出现500 Internal Server Error错误，一直都以为是wp-cache插件本身的问题，但是看到很多运行在其他空间上的wp-cache却运行得很好，看了一下代码，原来是Godaddy空间本身配置上和标准的有点不一样，为了解决500错误，可以做如下修改：








1. 打开 wp-content/plugins/wp-cache/wp-cache-phase1.php2. 找到下面这段代码:
foreach&#160;($meta-&#62;headers as $header) {
header($header);
}

替换成:
foreach&#160;($meta-&#62;headers as $header) {
if&#160;( false !== strpos($header, ‘Last-Modified:’) ) continue;
header($header);
}

你可能还对下列文章感兴趣:建议大家不要购买Godaddy的虚拟主机了61款非常不错的免费Wordpress商业模板性价比不错的VPS提供商JB WebHosting以及优惠码WordPress 2.5版本正式发布了WordPress中生成静态HTML页面的PHP代码]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/07/21/1109.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching using disk
Object Caching 150/311 objects using disk

Served from: blog.minidx.com @ 2012-02-09 18:45:54 -->
