Maksum Priangga

Learning Internet Business Made Easy

How to delete WP Super Cache Plugin In Wordpress


how to delete wp super cache plugin in wordpressWordpress is one of the most favorite cms. and will be very many problems that arise when we use wordpress. usually many users use wp-super cache to speed up access to its website. but what happened instead there is a problem with their website. I was one of those who have problems because of this plugin. if you also have a problem with wp-super-cache?

Problem that often arises is the website that often down. seo problems, problems with wp-seo plugin tags, and other problems. and the biggest problem is, the user can not uninstall the plugin directly, if you want to try it, I assure you, your website will be destroyed. want to try? hahahaha

Found a way to uninstall this plugin is very easy, very very easy, but you must follow the steps that I will give, I’ve tried it on my website and successfully, the plugin has been successfully removed. Please try these steps.

Edit the file uninstall.php in your plugins/wp-super-cache/ directory and set
UNINSTALL_WPSUPERCACHE to a non blank value.

EXAMPLE: `define( ‘UNINSTALL_WPSUPERCACHE’, ‘1′ );`

Open your browser and load wp-content/plugins/wp-super-cache/uninstall.php directly.
You must be logged in, and you must confirm the action. If you do not delete the plugin
immediately, after the script runs, please comment out the define() above to stop
someone else running it.

To manually uninstall:

  1. Remove the WP_CACHE define from wp-config.php. It looks like `define( ‘WP_CACHE’, true );`
  2. Clear the cache in the backend page and then deactivate the plugin on the plugins page.
  3. Remove the Super Cache mod_rewrite rules from your .htaccess file.
  4. Remove the files wp-content/advanced-cache.php and wp-content/wp-cache-config.php
  5. Remove the directory wp-content/cache/
  6. Remove the directory wp-super-cache from your plugins directory.

== If all else fails and your site is broken ==

  1. Remove the WP_CACHE define from wp-config.php. It looks like `define( ‘WP_CACHE’, true );`
  2. Remove the rules (see above) that the plugin wrote to the .htaccess file in your root directory.
  3. Delete the wp-super-cache folder in the plugins folder.
  4. Optionally delete advanced-cache.php, wp-cache-config.php and the cache folder in wp-content/.

I hope, what I have given can help you. please do not hesitate to ask me if you have a problem.

Pssst! Most people are coming to this post searching for:


Random Posts

There Is 1 Comment. »

  1. [...] el post original Entradas relacionadas:Twitter entra en la conversación de WordPressComo actualizar WordPress [...]

Post Comments