Viewing 6 replies - 1 through 6 (of 6 total)
  • just add your CNAME to WP super cache on Off-site URL field and enable cdn support!

    For more information on how to configure Amazon S3 as CDN. follow the link
    https://maketecheasier.com/configure-amazon-s3-as-a-content-delivery-network/2011/06/25

    stratosl

    (@stratosl)

    I have a problem setting CDN with CNAMEs.

    I have setup CNAMEs for by blog, both at my host (through cpanel) and at Amazon CloudFront.

    I checked that “https://cdn1.laspas.gr” actually works (it takes me to CloudFront).

    However, when I the CNAME data in the SuperCache CDN settings, in the form of “https://cdn1.laspas.gr,https://cdn2.laspas.gr,https://cdn3.laspas.gr,https://cdn4.laspas.gr”, and then press Save Changes, my blog’s “page was not found” message appears.

    Any hints please?

    stratosl

    (@stratosl)

    Well, I still have the same problem, so I manually edited ossdl-cdn.php and made the following change:

    /* $ossdl_cname = trim(get_option('ossdl_cname'));*/
    $ossdl_cname = "https://cdn1.laspas.gr,https://cdn2.laspas.gr,https://cdn3.laspas.gr,https://cdn4.laspas.gr";

    It works fine now.

    Blog: Stratos’ Sphere

    Plugin Author Donncha O Caoimh (a11n)

    (@donncha)

    @stratosl – Can you spot any obvious differences in the “page was not found” page and the CDN settings page? Perhaps it’s submitting to the wrong page.

    stratosl

    (@stratosl)

    @donncha – when I got the message, the appearence was that of the standard page not found, with the usual blog looks and the “well this is embarassing” message.

    However, I noticed that the address in the browser address bar was that of the plugin settings. If I would press refresh (F5), it would return to the SuperCache CDN settings page, but with the CNAME field empty.

    I set up the CDN with the cname. Everything works great. Thanks for this great plugin!
    I just put static files in it (from wp-admin, wp-content (without plugins), wp-includes)
    But for the images the lightbox plugin stop working.
    Any idea. Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘CDN Seetings’ is closed to new replies.