Thread: MAX cdn
View Single Post
  #9  
Old 09-21-2012, 01:17 AM
 
philrisk philrisk is offline
 

X-Adept
  
Join Date: Jul 2009
Location: Newcastle upon Tyne, UK
Posts: 412
 

Default Re: MAX cdn

Just have to work out how to do product images as this didn't work.

PHP Code:
// WCM - CDN Images
        
if (($type == 'T' OR $type == 'P') AND $_SERVER['HTTPS'] != 'on')
        {
        
$image_path str_replace('/path/to/images//','http://collectables.collectablesreta.netdna-cdn.com/',$image_path);
        return 
str_replace('$http_location','',$image_path);
        }
        
// / WCM - CDN Images 
__________________
Live with Gold 4.5.1
Dedicated Linux server
MaxCDN 4 pull zones
Dedicated SSL

Reply With Quote