Archive for February, 2007

Disable WP-cache

I found that the wp-cache is actually not working very well. So i gotta disable it. Here’s how
Open up wp-config.php. And add the following lines:

// Cache disabled. Comment out to enable.
define('DISABLE_CACHE', true);

Now it won’t try to create a cache.

Comments