• Resolved sinterlesme

    (@sinterlesme)


    Hi

    I am the designer of the page i added. Novadays i have a big problem. The main page of my website started to give error named “ERR_TOO_MANY_REDIRECTS” everyday. I investigated and found the reason of this problem is litespeed cache plugin. When i deactivate the plugin my webpage starts working. So i decided to uninstall it. I did but after a day i see the same problem and when i check the plugins i see litespeed cache is installed and activated by itself.

    So my problem is : How to uninstall this plugin properly?

    What did i do? :

    at the image optimization tab i destroyed the data
    and then i made “purge all” and then i deactivated plugin then i uninstalled.

    After all i reached to my .htaccess file and opened it and i deleted all the code except for these codes :

    # 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

    After i deleted all .htaccess_lscachebak files.

    BUT NOTHING CHANGES. EVERYDAY IT IS INTALLED WITHOUT MY PERMISSION. AND EVERY MORNING WHEN I OPEN THE WEBPAGE I SEE THE SAME ERROR ON MAINPAGE AND I START TO DO ALL PROCESS FROM BEGINNING.

    CAN SOMEBODY HELP ME ABOUT HOW TO GET RID OF THIS LITESPEED CACHE PLUGIN COMPLETELY?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Litespeed Cache Uninstall problem’ is closed to new replies.