设置wp-content权限为777
advanced-cache.php 文件创建成功
固定链接 设置完了 成功 .htaccess 成功写入
刷新了一下出现
WP_CACHE constant in wp-config.php set to false
The WP_CACHE constant is defined in your wp-config.php but must be set to true, not false for this plugin to work correctly.
我就在wp-config.php加入代码:define(‘WP_CACHE’, true);
再刷新一下还是不成功
再加入define(‘WP_CACHE’, false); 也不行
怎么办 求大神 解决方法