Title: WP SuperCache Not Cacheing
Last modified: August 19, 2016

---

# WP SuperCache Not Cacheing

 *  [Jeffro](https://wordpress.org/support/users/jeffr0/)
 * (@jeffr0)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/)
 * I installed the WP-Super Cache plugin last night and it doesn’t seem to be caching
   anything. I’ve made the correct changes to my WP-Config file and I’ve also checked
   the .htaccess file and the rewrite instructions appear correct in both .htaccess
   files. As I browse through my blog, then click on regenerate cache statistics,
   nothing is showing up. Any idea what the problem could be? And yes, I have enabled
   both WP-Cache and SuperCache.
 * [http://wordpress.org/extend/plugins/wp-super-cache/](http://wordpress.org/extend/plugins/wp-super-cache/)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/wp-supercache-not-cacheing/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/wp-supercache-not-cacheing/page/2/?output_format=md)

 *  [Monika](https://wordpress.org/support/users/monika/)
 * (@monika)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/#post-681454)
 * since the new version there are now changes at wp-config necessary
 * regenerate cache statistics delete all cached file – so I’ll found out 😉
 * regards
    Monika
 *  [Donncha O Caoimh (a11n)](https://wordpress.org/support/users/donncha/)
 * (@donncha)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/#post-681457)
 * jeffr0 – were you browsing while logged in? Pages are only cached by the super
   cache if you’re logged out, and don’t have any cookies for your blog. You should
   have seen the old style WP-Cache2 html comments on your page at the very least.
 *  [D’Arcy Norman](https://wordpress.org/support/users/dnorman/)
 * (@dnorman)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/#post-681618)
 * I’m seeing this too – logged out, and all cookies from my domain are deleted (
   and testing from a browser I don’t normally use). Pages appear to be generated
   fresh each time (Dynamic page served in 1.3 seconds, etc…) with no mention of
   caching in the outputted HTML. This is with the latest WP 2.3.2, and WP-SuperCache
   0.5.4
 * any ideas? the performance of Dreamhost sucks badly enough to make SuperCache
   a necessity.
 *  [nalco](https://wordpress.org/support/users/nalco/)
 * (@nalco)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/#post-681620)
 * Funny, I have never had problems figuring things out when it comes to wordpress.
   I would scoff at the endless posts I read about people not getting this to work
   when the instructions are so plain and easy to follow.
 * I couldn’t get this thing to serve cached paged either. I messed with it for 
   about an hour, and gave up.
 * The rewrite rules are in my htaccess, I edited my wp-config file, WordPress is
   not in a subdomain and everything was enabled. At one point I threw security 
   to the wind, and chmoded to 777, and nothing. WP-cache would cache files fine,
   supercache cached 2, but everytime it would load a dynamic page, though right
   below the Dynamic page served in .0075 seconds, it would have a supercache gz
   line.
 * I tried this on both Firefox and IE both completely logged out and all cookies
   deleted, no cache page served.
 * The only way I could get a cache page served message, was when I disabled the
   plugin and left the “define” rule in my wp-config file.
 * I might try later, but I am thoroughly disgusted with myself right now. I know
   it works, I just cant figure out how.
 * Version I tried was 0.5.4
 *  Thread Starter [Jeffro](https://wordpress.org/support/users/jeffr0/)
 * (@jeffr0)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/#post-681623)
 * Well, I’ve checked and then rechecked everything and I still can’t get the plugin
   to cache anything what so ever. I’ve upgraded the plugin and have checked my 
   htaccess file and it matches the one you provide in the readme file. Not sure
   what else to do besides contact my indian tribe and beat some drums around a 
   fire pit hoping magic will make this thing work.
 * I’ve even disabled super cache so WP-Cache can work on it’s own and that doesn’t
   even work.
 * At one time, I did have WP-Cache installed and that did cache things. When I 
   did the super cache install, I deleted all the remnant files from WP-Cache.
 *  [obsessio](https://wordpress.org/support/users/obsessio/)
 * (@obsessio)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/#post-681678)
 * I did everything. I think correctly setup it, but the same thing. But the same
   issue.
 * It doesn’t seem to be caching anything.
 * any suggestions? what I will use for caching or should I use cache plug-in?
 *  Thread Starter [Jeffro](https://wordpress.org/support/users/jeffr0/)
 * (@jeffr0)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/#post-681680)
 * Man, I would of used the wp-cache plugin but there wasn’t anyway to keep the 
   comments section from being cached. I’m still messing around and I can’t get 
   this plugin to work.
 *  [ryanmclaughlin](https://wordpress.org/support/users/ryanmclaughlin/)
 * (@ryanmclaughlin)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/#post-681711)
 * jeffr0 do you happen to use 1and1 for your hosting?
 * I have the same problem as you, where no matter what I do, I can’t get the redirect
   to the SuperCache files to work.
 * I’ve narrowed it down to this line in the htaccess file:
 * RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1index.html [L]
 * (line break added by this post)
 * And it doesn’t seem to be working correctly with my host.
 *  Thread Starter [Jeffro](https://wordpress.org/support/users/jeffr0/)
 * (@jeffr0)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/#post-681715)
 * Nope, I’m using ANHosting. Not sure if I’m having the same issue as you or not,
   but this thing doesn’t want to cache anything.
 *  [aetchells](https://wordpress.org/support/users/aetchells/)
 * (@aetchells)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/#post-681729)
 * I am seeing a situation where caching is working everywhere but on my homepage.
   Of course that’s what I would like to cache most.
 * I assume this has something to do with it being [http://mydomain.com/](http://mydomain.com/)
   
   If I go to http:/mydomain.com/index.php that page caches as expected.
 * Is there a way around this?
 *  [dexterp37](https://wordpress.org/support/users/dexterp37/)
 * (@dexterp37)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/#post-681731)
 * I’m having your very same problem 😐 WP Super Cache isn’t caching at all on my
   web site (a2p.it), even if I get a lot of page views 😐
 *  [sojweb](https://wordpress.org/support/users/sojweb/)
 * (@sojweb)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/#post-681732)
 * I had this problem, too, but was able to get it working again. You’ve probably
   already tried this, but I deactivated the plugin, removed it from the plugins
   directory, and deleted: advanced-cache.php, the cache directory, and wp-cache-
   config.php from the wp-content directory. Then I just reinstalled the plugin.
   Hope that helps.
 *  [dexterp37](https://wordpress.org/support/users/dexterp37/)
 * (@dexterp37)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/#post-681735)
 * That’s strange: I did that, and it still wasn’t working. Then I opened wp-cache-
   config.php file and changed $sem_id value to a random one… the plugin panel now
   reports WP-Cache is caching some pages. I guess that’s better than before, but
   still … but still Superacache isn’t caching. Is this simply a coincidence?
 *  [s2j](https://wordpress.org/support/users/s2j/)
 * (@s2j)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/#post-681737)
 * It looks like this is more than just an isolated event. It is my belief that 
   what we actually have here is a plugin that needs to be properly tested before
   being used in real-world scenarios.
 *  [spekopuz](https://wordpress.org/support/users/spekopuz/)
 * (@spekopuz)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/#post-681755)
 * The problem for me it’s a little strange… the plugin panel reports that WP-cache
   and Super cache are caching some pages but when I see the source code on the 
   pages i can’t see the comments at the very last. Domebody having the same problem?

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/wp-supercache-not-cacheing/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/wp-supercache-not-cacheing/page/2/?output_format=md)

The topic ‘WP SuperCache Not Cacheing’ is closed to new replies.

## Tags

 * [supercache](https://wordpress.org/support/topic-tag/supercache/)

 * 17 replies
 * 12 participants
 * Last reply from: [ryanmclaughlin](https://wordpress.org/support/users/ryanmclaughlin/)
 * Last activity: [18 years, 2 months ago](https://wordpress.org/support/topic/wp-supercache-not-cacheing/page/2/#post-681771)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
