Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - HarriL

Pages: [1]
1
I can PayPal $100 to the one who can solve my problem.

2
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

Pages: [1]