View Single Post
  #25  
Old 11-25-2010, 06:18 PM
 
swijaya0101 swijaya0101 is offline
 

Advanced Member
  
Join Date: Mar 2003
Posts: 52
 

Default Re: MaxCDN Content Delivery Solution?

It doesnt work. All images are blank.

// WCM - CDN Images
if (($type == 'T' OR $type == 'P') AND $_SERVER['HTTPS'] != 'on')
{
$image_path = str_replace('/home/mydomain/public_html/images/','',$image_path);
return str_replace('$http_location','',$image_path);
}
// / WCM - CDN Images

Anywhere I should add my cdn URL?
__________________
x-cart 4.1.10
Reply With Quote