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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -