I have wordpress running with 'fancy_permalink' enabled and wp-super-cache is running fine. The problem I am having is when I append a query string onto some of the urls specifically in this case tdo tags fixes plugin.
Eg. Normal URL is
* http://travel.accommodationsphere.com/earth/south-africa/
Eg. With query string is
* http://travel.accommodationsphere.com/earth/south-africa/?tdo_tag=nature-reserve
THe problem is that when cache is enabled it doesn't matter what query string gets stuck on it still serves the same cached page.
Is there a setting I can change in .htaccess that will allow caching of the url with the query string?
Eg. .../wp-content/cache/supercache/travel.accommodationsphere.com/earth/south-africa/tdo_tag=nature-reserve/index.html
OR
Eg. .../wp-content/cache/supercache/travel.accommodationsphere.com/earth/south-africa/index.html?tdo_tag=nature-reserve
Your assistance is appreciated.