手动删除WP Super Cache
手动删除 Wordpress插件 WP Super Cache
To manually uninstall:
- Turn off caching on the plugin settings page and clear the cache.
- Deactivate the plugin on the plugins page.
- Remove the WP_CACHE define from wp-config.php. It looks like
define( 'WP_CACHE', true );
- Remove the Super Cache mod_rewrite rules from your .htaccess file.
- Remove the files wp-content/advanced-cache.php and wp-content/wp-cache-config.php
- Remove the directory wp-content/cache/
- Remove the directory wp-super-cache from your plugins directory.
If all else fails and your site is broken
- Remove the WP_CACHE define from wp-config.php. It looks like
define( 'WP_CACHE', true );
- Remove the rules (see above) that the plugin wrote to the .htaccess file in your root directory.
- Delete the wp-super-cache folder in the plugins folder.
- Optionally delete advanced-cache.php, wp-cache-config.php and the cache folder in wp-content/.