Thread: MAX cdn
View Single Post
  #18  
Old 09-21-2012, 02:23 AM
 
philrisk philrisk is offline
 

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

Default Re: MAX cdn

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 

This changes the url correctly but the images are missing and not being pulled by maxcdn.
__________________
Live with Gold 4.5.1
Dedicated Linux server
MaxCDN 4 pull zones
Dedicated SSL

Reply With Quote