• I am running WP 2.7 on nearlyfreespeech.net. I have setup WP-super-cache 0.8.6. Super cache files get generated and served correctly.

    I have verified that the files exist in the supercache directory and that my browser is served the cached versions. The rewrite logs seem to be fine.

    However, in the admin section, the cache contents section always shows

    WP-Super-Cache

    * 0 cached pages
    * 0 expired pages.

    Also, the files in supercache/<site> never get deleted after expiry. This causes out of date pages to show up on the site.

    Do you know what could be causing this issue?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Vishnix, I’m having the same problem. Did you every figure this out?

    In my case, there are even no files in /supercache/. I guess only ordinary cache has been activated. What should I do?

    I am using wp-super-cache, where is the .taccess file below? It seems that I can’t activate super-cache in my blog http://blog.BennyLeung.com.

    Mod Rewrite Rules
    Mod Rewrite rules cannot be updated!

    You must have BEGIN and END markers in /home/wwwblog/.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:

    # BEGIN WordPress RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress

    Refresh this page when you have updated your .htaccess file.

    .htaccess is in the root of your WP installation. Its a system file, so some FTP clients keep it hidden. You have a choice, you can either make that file writable (with chmod 664 .htaccess), or update it manually yourself. My recommendation is to update it manually. You’ll want to place that code at the top of your file.

    Once you have super cache enabled, keep in mind that it won’t work fully until you install the bad behavior plugin.

    I hope that helps.

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

The topic ‘[Plugin: WP Super Cache] Super-cache files not getting deleted’ is closed to new replies.