I have a Dokuwiki install that's integrated into WP for authentication. Problem is, it seems to also be causing w3tc to minify and cache said files.
I can't seem to get w3tc to NOT cache and minify these pages. They're all under /wiki/, but it keeps caching the page, and there doesn't seem to be a way to keep it from minifying the pages (as per:
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/
Minified using disk
Page Caching using disk (enhanced) (request URI is rejected)
Database Caching using apc (user is logged in)
Object Caching 178/211 objects using apc
Served from: http://www.hostname.org @ 2010-10-17 21:55:46 -->)
The problem is that it's causing the pages to render incorrectly (wrong background color, etc).
Any thoughts?