<?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>Comments on: WordPress Troubles ? Clean the Cache !</title>
	<atom:link href="http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/?source=rss</link>
	<description>A bit of my personal life, mainly focused on my kids. A bit of code, mainly focused on Wordpress and PHP. Overall, bits of nothing in particular.</description>
	<lastBuildDate>Wed, 08 Feb 2012 20:57:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Dheeraj</title>
		<link>http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/comment-page-1/#comment-173641</link>
		<dc:creator>Dheeraj</dc:creator>
		<pubDate>Sat, 23 Jul 2011 14:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/#comment-173641</guid>
		<description>Thanks for sharing what is the importance of clear cache but @error 500-it is amazing to know that 500 error is also is because of cache.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing what is the importance of clear cache but @error 500-it is amazing to know that 500 error is also is because of cache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hyde @ fengshuibedrooms</title>
		<link>http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/comment-page-1/#comment-163972</link>
		<dc:creator>hyde @ fengshuibedrooms</dc:creator>
		<pubDate>Thu, 16 Jun 2011 09:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/#comment-163972</guid>
		<description>Thanks OZh. I&#039;m give it a try on my blog. Hopefully, my website won&#039;t be slow anymore or else i guess i have to find a vps server. Cheers, Hyde.</description>
		<content:encoded><![CDATA[<p>Thanks OZh. I&#8217;m give it a try on my blog. Hopefully, my website won&#8217;t be slow anymore or else i guess i have to find a vps server. Cheers, Hyde.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi Chopra</title>
		<link>http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/comment-page-1/#comment-149503</link>
		<dc:creator>Ravi Chopra</dc:creator>
		<pubDate>Tue, 05 Apr 2011 02:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/#comment-149503</guid>
		<description>Thanks Ozh. Shall use the same on my website. Thanks a ton.</description>
		<content:encoded><![CDATA[<p>Thanks Ozh. Shall use the same on my website. Thanks a ton.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kunal</title>
		<link>http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/comment-page-1/#comment-97753</link>
		<dc:creator>Kunal</dc:creator>
		<pubDate>Sun, 20 Dec 2009 04:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/#comment-97753</guid>
		<description>The wp-content/cache/ doesn&#039;t exist. Wordpress doesn&#039;t have a cache of its own. It&#039;s only if you install the WP-Cache plugin or if the other plugins have their own caches.

From http://codex.wordpress.org/I_Make_Changes_and_Nothing_Happens</description>
		<content:encoded><![CDATA[<p>The wp-content/cache/ doesn&#8217;t exist. WordPress doesn&#8217;t have a cache of its own. It&#8217;s only if you install the WP-Cache plugin or if the other plugins have their own caches.</p>
<p>From <a href="http://codex.wordpress.org/I_Make_Changes_and_Nothing_Happens" rel="nofollow">http://codex.wordpress.org/I_Make_Changes_and_Nothing_Happens</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozh</title>
		<link>http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/comment-page-1/#comment-36146</link>
		<dc:creator>Ozh</dc:creator>
		<pubDate>Thu, 31 May 2007 17:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/#comment-36146</guid>
		<description>Ron &#187; the internal cache is part of every WP installation, hence the name &quot;internal&quot; :) Its directory is wp-content/cache. In order to make use of it, and to reduce the number of queries on your site, you may need to add the following to your wp-config.php :
[php]
define(&#039;ENABLE_CACHE&#039;, true);
[/php]</description>
		<content:encoded><![CDATA[<p>Ron &raquo; the internal cache is part of every WP installation, hence the name "internal" :) Its directory is wp-content/cache. In order to make use of it, and to reduce the number of queries on your site, you may need to add the following to your wp-config.php :</p>
<div class="igBar"><span id="lphp-1"><a href="#" onclick="javascript:showPlainTxt('php-1'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-1">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000066;">define</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'ENABLE_CACHE'</span>, <span style="color:#000000; font-weight:bold;">true</span><span style="color:#006600; font-weight:bold;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/comment-page-1/#comment-36137</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Thu, 31 May 2007 11:25:18 +0000</pubDate>
		<guid isPermaLink="false">http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/#comment-36137</guid>
		<description>How can I use the WP internal cache?? I don&#039;t have that option / directory.</description>
		<content:encoded><![CDATA[<p>How can I use the WP internal cache?? I don't have that option / directory.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

