View Single Post
  #26  
Old 11-25-2010, 09:34 PM
 
Stizerg Stizerg is offline
 

Senior Member
  
Join Date: Apr 2008
Location: Sydney, Australia
Posts: 195
 

Default Re: MaxCDN Content Delivery Solution?

Yes, you shoud

// WCM - CDN Images
if (($type == 'T' OR $type == 'P') AND $_SERVER['HTTPS'] != 'on')
{
$image_path = str_replace('/home/mydomain/public_html/images/','your_cdn_address',$image_path);
return str_replace('$http_location','',$image_path);
}
// / WCM - CDN Images
__________________
X-Cart Gold Plus 4.6.6
A lot of custom mods
Reply With Quote