Using W3TC Version 0.9.2.9
Our site has a different site url and wordpress url. For instance, test-cms.infousa.com and test.intra.infousa.com. One is the public domain, the other is the intranet address.
When I enable Performance > Minify > Rewrite URL structure I get the ubiquitous "Minify URL rewriting is not working" error message. Additionally, the urls to the minified CSS/JS files contain both site and wordpress urls like this:
For JS files -
http://test.intra.infousa.com/http:/test-cms.infousa.com/wp-content/...
For CSS files -
http://test.intra.infousa.com/http://test-cms.infousa.com/wp-content/...
The files are being created in the /wp-content/cache/minify/000000/ directory but the path is wrong so obviously they don't load.
Aside from chaging site/wordpress urls to be the same is there any fix for this?