Ignore Query String
-
How can I achieve “Ignore Query String” like some CDNs do?
Whether the url is
https://www.example.com/cars https://www.example.com/cars?=123 https://www.example.com/cars?data=123 https://www.example.com/cars?selection=abc
W3TC should only cache
https://www.example.com/cars
.
Now if I openhttps://www.example.com/cars?=123
then W3TC doesn’t cache thecars
page. It should, no matter if “Cache URIs with query string variables” is turned off, since I don’t want hundreds of cached occurances of the same cars page.As I remember it worked in 0.9.5.4! Somehow it was revised in later versions.
- This topic was modified 3 years, 9 months ago by .
- This topic was modified 3 years, 9 months ago by .
- This topic was modified 3 years, 9 months ago by .
- This topic was modified 3 years, 9 months ago by .
- This topic was modified 3 years, 9 months ago by .
- This topic was modified 3 years, 9 months ago by .
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Ignore Query String’ is closed to new replies.