guyblueboat1
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Stuck with Vary Cache htaccessPerfect, that’s what I tried and what worked for me!
Thanks for your help.
Forum: Plugins
In reply to: [LiteSpeed Cache] Stuck with Vary Cache htaccessAs a follow up, I tried using the following, it varied the cache only on the homepage but no where else:
<IfModule LiteSpeed> RewriteEngine on CacheLookup on RewriteRule .? - [E=Cache-Vary:scwp_location] </IfModule>
Forum: Plugins
In reply to: [LiteSpeed Cache] Stuck with Vary Cache htaccessRight thanks @qtwrk
So the full code to vary based on the cookie is the following?
RewriteRule .? - [E=Cache-Vary:scwp_location]
Or do I need the extra cache control declarations for each individual cookie value?
Also where is the best place to insert this into the .htaccess file, above or below the automatic LScache section?Forum: Plugins
In reply to: [Redirection] Compatibility with Pretty Links PluginThanks for the reply John, haven’t had any issues so far.
thanks @jhoffmann – I do have single ticket mode enabled
Hi @angelo_nwl – We’re still experiencing this issue, even with the most up to date version of the plugin. Is there anything i could look into to understand what might be causing it?
Often changing the ‘bookings accepted until’ date helps to fix the issue, but it’s also not occurring with all events, just some of them.
@angelo_nwl I’ve run into this issue a few times again since I last flagged it with you. The current version 5.9.11.3 is still creating the issue for us.
We are also using the pro version of your plugin – v2.6.9.2
Forum: Plugins
In reply to: [W3 Total Cache] Internet Explorer User Agent GroupThanks @vmarko,
I’ve updated our user group to:
msie
trident/which seems to cover most IE instances as per your list.
For future documentation, or on the intro copy to the user agents page, I think it could be made more clear that you’re entering a sub-string that is part of the complete user agent.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Render just media playerThanks @psykro
That shortcode is a great reference, should have no problem implementing this feature now.