Force "https host" with NO ssl (i.e, only subdomain) possible?
-
Hello there!
In my WordPress MS, I wish to have wp-login.php, wp-admin and such things on a separate subdomain. Let’s say:
http://example.com/ <- static/cached font-end.
http://example.com/wp-login.php ->301 http://www.example.com/wp-login.php
http://example.com/wp-admin/* ->301 http://www.example.com/wp-admin/*With this plugin, all this is allmost done, but with httpS instead of http.
I need to use http becouse I’m using a free cloudflare account and they don’t support ssl on free accounts.
I saw the code and I think you are filtering the PHP/HTML output and replacing http:// urls with https:// ones.
May it be possible to enable an extra option to “force https hostname” wich does not actually “force https:// urls”?
Thank you!
The topic ‘Force "https host" with NO ssl (i.e, only subdomain) possible?’ is closed to new replies.