Rhenium3
Member
Posted 1 year ago #
I want this plugin OFF of my websites! I tried to remove it and my whole website is now gone. I uploaded a backup, and the website STILL does not work
http://www.dirtyadventurers.com. The front end still works, so what is going on?
How do I delete the cache files??? What a headache, never using this plugin EVER again.
Rhenium3
Member
Posted 1 year ago #
I followed the step by step intructions here http://wordpress.org/extend/plugins/wp-super-cache/other_notes/
And now TWO sites are broken! WTF< how do I remove this plugin????????????????????????????????
Rhenium3
Member
Posted 1 year ago #
so it was the .htaccess, the Other_notes was wrong, you shouldn't delete ANYTHING there or your site will crash, at least in my case. Or maybe I deleted too much. The .htaccess should look like this:
# 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
Unfortunately you probably did remove too much. :(
For future reference that code can be regenerated by visiting Settings->Permalinks and saving that form.