I've got legacy caching working fine, but I'm trying to get supercaching working and I'm hitting a wall. I definitely need to get it working, as my client's website is going to be featured on NPR in a few days.
I've copied and pasted the .htaccess rules exactly as listed, but I always get this message in the advanced config: "A difference between the rules in your .htaccess file and the plugin rewrite rules has been found. This could be simple whitespace differences but you should compare the rules in the file with those below as soon as possible. Click the ’Update Mod_Rewrite Rules’ button to update the rules."
Directories in wp-content/cache/supercache get created (I can watch them show up as people hit the site), but no files get created. Here's some sample log output:
08:17:36 /category/marriage-equality/thoughtsaction/ supercache dir: /var/www/sites/ANONYMIZED/www/wp-content/cache/supercache/ANONYMIZED/category/marriage-equality/thoughtsaction/
08:17:36 /category/marriage-equality/thoughtsaction/ serving?
08:17:36 /category/marriage-equality/thoughtsaction/ No wp-cache file exists. Must generate a new one.
08:17:36 /category/marriage-equality/thoughtsaction/ In WP Cache Phase 2
08:17:36 /category/marriage-equality/thoughtsaction/ Setting up WordPress actions
08:17:36 /category/marriage-equality/thoughtsaction/ Created output buffer
08:17:36 /category/marriage-equality/thoughtsaction/ Output buffer callback
08:17:36 /category/marriage-equality/thoughtsaction/ Writing non-gzipped buffer to wp-cache cache file.
08:17:36 /category/marriage-equality/thoughtsaction/ Renamed temp wp-cache file to /var/www/sites/ANONYMIZED/www/wp-content/cache/wp-cache-acebf92a2683fde999b7590444b4f81f.html
08:17:36 /category/marriage-equality/thoughtsaction/ Sending buffer to browser
08:17:36 /category/marriage-equality/thoughtsaction/ wp_cache_shutdown_callback: collecting meta data.
08:17:36 /category/marriage-equality/thoughtsaction/ Writing meta file: /var/www/sites/ANONYMIZED/www/wp-content/cache/meta/wp-cache-acebf92a2683fde999b7590444b4f81f.meta
I've followed everything in the troubleshooting guide, but to no avail. The only other thing I can think of is that I've got the WordPress files served out of a subdir (/wp), but that's never been a problem in the past (I had an earlier version of SC running with this site on a different server.)
Thoughts?