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 thisdefine('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)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘setting up Wp Super Cache’ is closed to new replies.