Author Topic: 4Images and CDN - $100 to the one who can solve my problem  (Read 15338 times)

0 Members and 1 Guest are viewing this topic.

Offline HarriL

  • Pre-Newbie
  • Posts: 2
    • View Profile
4Images and CDN - $100 to the one who can solve my problem
« on: March 19, 2013, 12:09:52 PM »
Hi,

I've been trying to modify my 4images so that I could load the images from Amazon Cloudfron CDN (Content Delivery Network)

I've uploaded the images to Amazon and I've got a URL to the images and I've tried to change

define('MEDIA_PATH', ROOT_PATH.MEDIA_DIR);
define('THUMB_PATH', ROOT_PATH.THUMB_DIR);

in global.php and

// Data paths
define('MEDIA_DIR', 'data/media');
define('THUMB_DIR', 'data/thumbnails');

in includes/constants.php but all I get is 404 images.

Any ideas how I could load thumbnails and media files from a CDN?

Thanks
« Last Edit: March 23, 2013, 05:56:05 PM by HarriL »

Offline HarriL

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: 4Images and CDN - $100 to the one who can solve my problem
« Reply #1 on: March 23, 2013, 05:56:25 PM »
I can PayPal $100 to the one who can solve my problem.

Offline andonial

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: 4Images and CDN - $100 to the one who can solve my problem
« Reply #2 on: April 10, 2014, 09:26:15 AM »
Have thier been any developments on this? Been thinking of adapting my website to CDN as well, but since you currently have issues, I'd like to know more about this. Can you send me a link to your website and the exact problem you're having?