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
|