• Hi,

    Anyone know where wpsupercache stores the list of directly cached files (in WPMU if that makes a difference)

    I tried to just click the delete button first to remove those files, but that didn’t do anything.

    I have disabled it because it created a redirect loop and then I deleted the files it created which fixed the issue, other than it still lists that file as directly cached (without the delete button) and I want to know where to remove that manually.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The files are in wp-content/cache/wp-super-cache/hostname/

    You should probably try the debug system to see why files aren’t deleted. Your redirect is probably something odd with mod_rewrite rules in .htaccess.

    Thread Starter mlepisto

    (@mlepisto)

    Hi,

    I don’t have that exact directory, only wp-content/cache/supercache

    I did clear that out completely, but when I look wpmu-admin.php?page=wpsupercache for the site it still shows ‘existing direct page’ even though the direct page and the cache directories are removed.

    Does it store the list of what it thinks is directly cached in the db somewhere?

    Thanks!

    Directly cached pages are stored off the root or wherever your site is on your server, not in wp-content/cache/supercache.

    Thread Starter mlepisto

    (@mlepisto)

    yeah, I get that.

    I have deleted the *directories* and *files* but the web-accessible supercache configuration page within wp-admin still shows a list of those files which it thinks it should create cache files for. I’m trying to find where it keeps the list of the ones it thinks it should have so I can manually remove them from that list also.

    Look in wp-content/wp-cache-config.php

    Thread Starter mlepisto

    (@mlepisto)

    That did it, thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP Super Cache] manually remove directly cached pages’ is closed to new replies.