Hi
I add this
define(‘FORCE_SSL_ADMIN’, true);
if ($_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’)
$_SERVER[‘HTTPS’]=’on’;
to wp config
I have also tried wordpress Https plugin the only way that works if I use the the force page. but if enable admin on this plugin it goes into a loop.
thanks