I installed the plugin and uploaded everything to my CDN, so everything works fine.
Now, if I publish a new post, the cached image is not being uploaded automatically and my theme is looking for it there, because it caches images.
In homepage the theme looks for this:
http://cdn2.mysite/wp-content/themes/mytheme/cache/images/929_ wmyjpeg-628x250.jpg?da13cf
In the actual post page it looks for this:
http://cdn2.mysite/wp-content/uploads/2014/04/wmyjpeg.jpg?da13cf
The homepage image is not found and the post image is ok.
So what I need is to upload automatically the cache images as well.
How can I fix this ?
Thanks.