Make query string to be cached in dispatcher
Hi,
I'm trying to make the query string to be cached in dispatcher in separated files. Have read an article about Configuring Dispatcher, I tried
/ignoreUrlParams { /0003 { /glob "*" /type "allow" } }
but it keeps caching one files instead of multiple files as I'm trying to used many queries. For example:
I tried: mywebsite.com/homepage.html?x=1 and mywebsite.com/homepage.html?y=2, but the cache only have homepage.html
Is there any way to make multiple caches by different queries?
Any help would be appreciated.
My apache version is 4.2.2.
Many thanks,
Manh

