Forums

[resolved] w3 Total Cache is still present after uninstall! (3 posts)

  1. andre77
    Member
    Posted 10 months ago #

    I was testing W3 Total Cache in the past, but it caused some strange behavious in certain browsers - and therefore I uninstalled/and deleted it from the admin panel.

    A month later or so, I notice information in Fire Bug, indicating that is still active!

    I found some posts on the internet with instructions on how to remove it manually. The instructions were basically as follows:

    * wp-config.php. Remove the following line in wp-config.php` file: define(‘WP_CACHE’, true);

    * FTP > WP-Content > delete the following: advanced-cache.php, db.php, w3tc/ (delete entire folder) and w3-total-cache-config.php

    There was no "define" in the wp-config.php file, and the only file I found was w3-total-cache-config.php, which I deleted. But I still get the following message in Firebug for every "GET" request:

    X-Powered-By: W3 Total Cache/0.9.2.2
    Cache-Control: max-age=604800

    I also searched through every file, looking for text such as "Total", "Cache" etc. but didn't find anything. How can I remove it completely?

  2. tgeorge
    Member
    Posted 10 months ago #

    @andre77
    You need to remove the lines added by W3 Total Cache in file .htaccess in your root folder. The .htaccess file is hidden, so in your FTP program, look for a setting called "show hidden files". Edit the .htaccess file with a text editor.

  3. andre77
    Member
    Posted 10 months ago #

    Hi tgeorge!

    You were right. There was still a lot of Total Cache code in the .htaccess. I don't see any mentioning of Total cache anymore when using Firebug - so I guess this did the trick.

    Thanks for the help!

Reply

You must log in to post.

About this Topic