Hi. I want to use the CDN feature. To do this currently this superb plugin allows me to rename files like this:
FROM: http://mysite.com/cms/wp-includes/js/prototype.js
TO: http://cdn.mysite.com/cms/wp-includes/js/prototype.js
But I want to change the *manner* in which this rewriting happens:
FROM: http://mysite.com/cms/wp-includes/js/prototype.js
TO: http://cdn.mysite.com/inc/js/prototype.js
How do I do this?
Thanks!