0
down vote
favorite
I currently have my Online Store as a Sub-Domain of my main site hosted via 1and1 and abput 2 weeks ago we converted to https with the “wildcard” ssl certificate, but we cannot get the redirects to work with the CloudFlare CDN. This is the CDN that is purchased through the host. I have worked with 1and1 Support, but we have not found a resolution. I was hoping someone on the Cloudflare end may be able to help with the solution.
The .htaccess re-direct code below is currently working when I bypass Cloudflare. Any ideas what if this should work with Cloudflare or what I would need to change it to in order for it to work.
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://mysite.com/$1 [R,L]
Thanks