Non-SSL site SSL admin = all links point to https?
-
I’m experiencing a problem where when viewing my non-https site, all of the links to posts are to
http<strong>s</strong>://www.mydomain.com/some-post/instead of tohttp://www.mydomain.com/some-post/.I have
define('FORCE_SSL_ADMIN', true);set inwp-config.php.The certificate is self-signed so not for public use. I don’t want to send WP passwords in the clear.
somehow the s is getting hard-coded into the domain name. How can I change this so all pages have non-ssl links?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Non-SSL site SSL admin = all links point to https?’ is closed to new replies.