CloudFlare, free SSL and subdomains with www -


i have somedomain.com on cloudflare free ssl. , have subdomains: eg. pl.somedomain.com.

ssl works on:

but not works on:

https://www.pl.somedomain.com https://www.fr.somedomain.com 

so looking solution these subdomains work.

http://www.fr.somedomain.com redirects https://www.fr.somedomain.com , have error.

is solution using .htaccess or page rules this?

i not sure if can apply page rules 2 level deep domain names, give following try (based on tutorial cloudflare):

redirect pattern:

https://www.*.somedomain.com/* 

to:

https://$1.somedomain.com/$2 

Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -