Thread: MAX cdn
View Single Post
  #53  
Old 01-14-2013, 04:51 PM
 
cellswag cellswag is offline
 

Member
  
Join Date: Jul 2010
Posts: 13
 

Default Re: MAX cdn

in regards to #37, maybe a skin issue? I am using a custom skin and am not having issues right now with https

Quote:


$result = ('js' == $type)
? '<script type="text/javascript" src="' . str_replace("www.domain.com","cdn.domain.com",$cac heWebFile) . '"></script>'
: '<link rel="stylesheet" type="text/css" href="' . str_replace("www.domain.com","cdn.domain.com",$cac heWebFile) . '" />';


try that?
__________________
Version 4.5.4
Reply With Quote