• I’m using an Amazon S3 server as my CDN, and the files upload to it just fine. From the frontend of the website they’re even served from it. The problem I’m facing is that in the backend of the website, when I go to the media library, it shows all the file URLs as still being under the website’s address and not the CDN.

    Also, is there a way for the files to only reside on the CDN. There is limited storage space with this client’s hosting, so I need to be able to serve the files only from the CDN.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you checked to see if the files are actually stored on the server? Possibly the urls you are looking at are wrong? FTP into your site and look in the wp-content/uploads directory and see if those files are there.

    Thread Starter JacobPaulWarren

    (@jacobpaulwarren)

    Yes, I have checked the FTP to see, and they are being uploaded to the server. Yet they’re served from the CDN from the frontend. This plugin has never done that to me before. To be honest, I’m kind of lost.

    I can access the images at both the CDN URL and the website’s URL.

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    Have you checked to make sure that the unsuccessful transfer queue on the CDN settings tab is empty?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Rewrite issue from backend’ is closed to new replies.