Hello,
I am having a problem in that I want to redirect some of my pages to their https equivalent based on what domain they are on. So I want all pages involving shop.cart to be redirected say from http://ja.mysite.com/blahblah?shop.cart to https://ja.mysite.com/blahblah?shop.cart but when I try and do this via htaccess or PHP I get the result that the domain is always www. even when it is ja. or fr. etc. I guess this must be down to the CDN but there must be a way of recognising which domain I am currently in? Thank you for your time.