you need to add the following line after <?php which exists at the top of wp-config.php file.
Yes, that is what I am doing.
please use the following line. the quotes in your line are wrong.
define('WPFC_CACHE_QUERYSTRING', true);
This is the one I use – please see my first post here.
Let’s drop this for now. I wanted the WPFC to serve cached pages for requests with Google url params and I found that the plugin doest that without any further settings.
Please listen to my advise.
This is your code. and the quotes in your line are wrong.
define(‘WPFC_CACHE_QUERYSTRING’, true);
This is my code. This is correct. Try it please.
define('WPFC_CACHE_QUERYSTRING', true);
OMG, you are right! I will be more carefull about copy / paste next time.
Thanks!