WP Cache and wp-config
-
I’m not sure how this happened — maybe with the latest WP update — but WP SuperCache was uploaded to my site and activated. I’m sure it’s a great plugin, but I don’t need nor want it, so I deactivated and then removed the plugin using the delete command on the admin page.
After some research on these forums I also modified the htaccess document, and now want to remove the WP-Cache lines on my wp-config. I’m not that familiar with how to do this, so need some advice.
This is what is on the top of my wp-config document:
<?php
// ** MySQL settings ** //
//define(‘WP_CACHE’, true); //Added by WP-Cache Manager
define( ‘WPCACHEHOME’, ‘/mnt/stor1-wc1-dfw1/380423/416159/www.tamiasoutside.com/web/content/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache ManagerPlease tell me exactly what I have to remove. I don’t want away anything which will break my site.
Also, is there anything else I should remove via FTP, such as caches or logs or anything?
Thanks very much.
Tamia
tamiasotside.com
- The topic ‘WP Cache and wp-config’ is closed to new replies.