View Single Post
  #8  
Old 08-31-2010, 11:04 AM
 
joncampbell joncampbell is offline
 

Advanced Member
  
Join Date: Apr 2010
Location: Vancouver, BC
Posts: 60
 

Default Re: MaxCDN Content Delivery Solution?

if ($_SERVER['HTTPS'] != 'on')

!= means does not equal.

So if if https is not on it will use CDN, if https is on it will use default x-cart location.
Reply With Quote