Supercache .htaccess problem
-
I am having some difficulty getting wp-super-cache to work on my journal. Briefly:
1. Basic caching is functioning. i.e., I see the message
<!-- Cached page served by WP-Cache -->
on subsequent reloads of pages.2. Super-cache pages are being generated. i.e., The folder
/wp-content/cache/supercache
exists, and the static HTML files corresponding to pages requested previously are being generated. Here is an example, which contains the comment
<!-- super cache -->
at the end of the file.3. However, my .htaccess file, which contains the line
RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L]
fails to redirect browsers to these Super-cached files. Therefore, all I see when I load pages is the comment generated by basic wp-cache.How do I debug .htaccess redirects? Has anyone else experienced this problem and solved it?
I am trying this as an arbitrary user (not logged in, no comments, browser cache/cookies cleared).
- The topic ‘Supercache .htaccess problem’ is closed to new replies.