• Resolved john

    (@nich008gmailcom)


    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    Plugin Contributor Frederick Townes

    (@fredericktownes)

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

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘w3 total cache – how to disable’ is closed to new replies.