Thread Starter
thels
(@thels)
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
Thread Starter
thels
(@thels)
Hi
yea that has solved the problem
thank you
Thread Starter
thels
(@thels)
Yea the host using mod_rpaf to forward the IP address. any guesses on why wordpress not seeing the forward IP address
Thread Starter
thels
(@thels)
how would check that?
do I need to speak to the host provider?
thanks