Collapse

Announcement

Collapse
No announcement yet.

How to completely uninstall WP Super Cache plugin

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to completely uninstall WP Super Cache plugin

    How to completely uninstall WP Super Cache plugin ?

  • #2
    Hello Neha,

    a) To unistall wp-super cache the first thing we have to do is to deactivate the plugin on the plugins page.
    b) The plugin deactivation on the page doesn't yet remove the mod_rewrite rules from the .htaccess files.
    To manually unistall plugin:

    Please follow next steps for the same:
    1. Turn off caching on the plugin settings page and clear the cache.
    2. Deactivate the plugin on the plugins page.
    3. Remove the WP_CACHE define from wp-config.php. It looks like define( 'WP_CACHE', true );
    4. Remove the Super Cache mod_rewrite rules from your .htaccess file.
    5. Remove the files wp-content/advanced-cache.php and wp-content/wp-cache-config.php
    6. Remove the directory wp-content/cache/
    7. Remove the directory wp-super-cache from your plugins directory.

    Comment


    • #3
      Okay Thank You!

      Comment

      Working...
      X