WordPress.org

Forums

W3 Total Cache
[resolved] w3 total cache - how to disable (3 posts)

  1. john
    Member
    Posted 2 years ago #

    Quick question - sorry if it's been answered elsewhere.
    To completely disable this plugin do I have to do anything else than deactivate it from the plugins menu?

  2. ronthai
    Member
    Posted 1 year ago #

    Go back to the standard .htaccess (is now 9000+ b) and if you have permalinks go to the permalinks settings and save then again. they will be written in the .htaccess again

    Standard .htaccess (212 b)

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /movies/index.php [L]
    </IfModule>

    # END WordPress

  3. Frederick Townes
    Member
    Plugin Author

    Posted 1 year ago #

    Make sure any add-ins in wp-content/ are also removed.

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic