Hi there,
Trying o change cache method from Wincache to Disk : basic, now, I get minified fils in the cache/minify directory: that's somehow better !
But, I still get the 404/410 error and it seems to be due to '%5C' which is added in the URL of the minified file:
http://www.keepintouchwithus.com/%5Cworldtour/wp-content/cache/minify/000000/9fb88/default.include.d088a4.css
It might be a misinterpretation of path because of the file system used on my Web server (IIS, Windows)
Pretty sure that this can be handled by a rewrite rule in the wb.config (equivalent of Apache .htaccess file) but I can't figure out what rule I would have to implement.
If Frederick or anyone else could give a piece of advice, that 'd be cool :-)
Thanks