Title: setting up Wp Super Cache
Last modified: February 28, 2025

---

# setting up Wp Super Cache

 *  Resolved [raunhar](https://wordpress.org/support/users/raunhar/)
 * (@raunhar)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/setting-up-wp-super-cache/)
 * WP Super Cache settings show ”
 * The WP_CACHE constant is used by WordPress to load the code that serves cached
   pages. Unfortunately, it is set to false. Please edit your wp-config.php and 
   add or edit the following line above the final require_once command:
 * `define('WP_CACHE', true);` “
   But I have added this `define('WP_CACHE', true);`
   in config file
 * /** Absolute path to the WordPress directory. */ if ( ! defined( ‘ABSPATH’ ) ){
   define( ‘ABSPATH’, __DIR__ . ‘/’ ); } /** Sets up WordPress vars and included
   files. */ define(‘WP_CACHE’, true); require_once ABSPATH . ‘wp-settings.php’;
   
   How to resolve this

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [lastsplash (a11n)](https://wordpress.org/support/users/lastsplash/)
 * (@lastsplash)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/setting-up-wp-super-cache/#post-18339270)
 * Hi [@raunhar](https://wordpress.org/support/users/raunhar/) –
 * Is `define( 'WP_CACHE', xxxxx );` set previously in your `wp-config.php`?
 * Do you have any other caching plugins installed? If so, please disable them and
   then uninstall and reinstall WP Super Cache.
 * Let us know how it goes. We’re here to help if needed.
 *  Plugin Support [Stef (a11n)](https://wordpress.org/support/users/erania-pinnera/)
 * (@erania-pinnera)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/setting-up-wp-super-cache/#post-18354095)
 * Hi there, [@raunhar](https://wordpress.org/support/users/raunhar/),
 * Do you have updates about that, do you still need help? We usually close inactive
   threads after one week of no movement, but we want to make sure we’re all set
   before marking it as solved. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘setting up Wp Super Cache’ is closed to new replies.

 * ![](https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=3506220)
 * [WP Super Cache](https://wordpress.org/plugins/wp-super-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-super-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-super-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-super-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-super-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-super-cache/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Stef (a11n)](https://wordpress.org/support/users/erania-pinnera/)
 * Last activity: [1 year, 3 months ago](https://wordpress.org/support/topic/setting-up-wp-super-cache/#post-18354095)
 * Status: resolved