Cache Vary in two country groups
-
Hi,
I’d like to use cache vary by country but want to generate a separate cache for every EU country, UK and Norway and another combined cache for the rest of the world.
At the moment I’m using
<IfModule LiteSpeed> RewriteEngine on RewriteRule .* - [E=Cache-Control:vary=%{ENV:GEOIP_COUNTRY_CODE}] </IfModule>
which builds up a separate cache for every country.
What would be the code for the scenario described above?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Cache Vary in two country groups’ is closed to new replies.