[Plugin: WP Super Cache] Am I wrong to say “wordpress” is not good enough to check the Cookies?
-
If you remember, I have already tackled WP SuperCache a while ago, and managed to make it run after some work on the Apache directives.
I have noticed the latest versions have not received an update to the .htaccess sample.
There is one rule in particular that prevents WP SuperCache from working for me:RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$
When I use this, basically nobody can view the Super Cache, because this condition will return true for 99% of the users (there is a number of cookies WordPress stores, and many contain start with the word “wordpress”).
The fix I proposed at the time was the following, but since it hasn’t been implemented there must be some issue with it, could you please tell me what it is?
RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress_logged_in|wp-postpass_).*$
The updated rule will finally show Super Cached files to users (and not the legacy Cached files). At least for me! ??
- The topic ‘[Plugin: WP Super Cache] Am I wrong to say “wordpress” is not good enough to check the Cookies?’ is closed to new replies.