SSL login on other domain
-
Hello,
My main website is michaelwijnands.nl. I’ve bought an SSL for secure.wijnandsmedia.nl (that’s the main domain of my VPS).
I have my mail secured with SSL via that server, but I don’t want to buy any other SSL/IP.With the HTTPS plugin for WordPress, I have set secure.wijnandsmedia.nl/michaelwijnands.nl as SSL host. I uploaded the wp-login.php file to that subdomain in that directory.
Now when I type michaelwijnands.nl/wp-admin/ it redirects me to https://michaelwijnands.nl/wp-login.php?reauth=blablabla.
I enter my username and password, and I press enter or click login. It redirects me to https://secure.wijnandsmedia.nl/michaelwijnands.nl/wp-login.php but that page stays white/blanc and doesn’t do anything.
My SSL certificate works.
In wp-config at michaelwijnands.nl I have some things like;
define( 'WP_SITEURL', 'https://www.michaelwijnands.nl' ); define( 'SSL_DOMAIN_ALIAS', 'secure.wijnandsmedia.nl/michaelwijnands.nl' ); define( 'FORCE_SSL_LOGIN', true );
So what do I have to do to make the login on external domain?
- The topic ‘SSL login on other domain’ is closed to new replies.