With our own CDN solution, we kept the files under wp-content/uploads, as this worked well with the way WordPress handled fils in the media library. We currently don’t support storing files with a different configuration.
We never chose to store js and css in the custom directories really. Is there a way to move all those files inside /uploads/ and leave only images and pdf in the custom directories?
That is why we installed your plugin…
Some WordPress plugins store their files in the uploads folder. That is how there are coded. If those files get copied to your CDN, you can probably delete them as their plugins may look for them on the site and not on the CDN.
-
This reply was modified 1 year, 11 months ago by
AlanP57.
Hi alan,
thank you for your answer.
The files don’t get copied on our CDN, but the important thing is that we would really like for those plugins to store their files in the uploads folder as usual and not in the custom folder that we have on the site root with your plugin.
I really hope this is possible… Is it?
The plugin does not have any control over were those files are placed.