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=abcW3TC should only cache
https://www.example.com/cars.
Now if I openhttps://www.example.com/cars?=123then W3TC doesn’t cache thecarspage. 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.
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.