• ozwizard1

    (@ozwizard1)


    I was using w3 total cache and I had a problem with my site and I was locked out of my wp-admin page, thankfully I found a step by step guide on how to uninstall w3total cache and all it’s associated files using only my ftp client. I moved on to wpfastest cache but now I’m having the same problems. At first the login plugin I installed was not working so I deleted the wpfastest cache plugin from the wp-cotent/plugins directory using an ftp client, That has made the problem worse, now my website does not even load completely and the login pages are just blank.

    Can anyone help me with step-by-step instructions on all the files to alter and delete in order to completely remove the presence of wpfastest cache from my site?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Emre Vona

    (@emrevona)

    you need to enable the following option.

    Logged-in Users:[X] Don’t show the cached version for logged-in users

    To remove completely;

    1. to remove /wp-content/plugins/wp-fastest-cache/
    2. to remove the rules of WFPC from .htaccess

    Thread Starter ozwizard1

    (@ozwizard1)

    Thanks for your reply Mr Vona. I checked my .htaccess in my publichtml directory and this is what was written in there:

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

    # END WordPress

    is there anything I should change?

    Plugin Author Emre Vona

    (@emrevona)

    No, there is no any rule of WPFC.

    Thread Starter ozwizard1

    (@ozwizard1)

    okay, but my site is still blank. Aren’t there any file that wpfc created in other directories that could be causing it?

    Plugin Author Emre Vona

    (@emrevona)

    WPFC does not cause such issue. I advise you to set up WP again.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘fix wpfastest cache without using wp-admin’ is closed to new replies.