It seems to be fixed. Thanks a lot for your help
Rob
Hi, thanks for the reply. it shows:
is_ssl() says: no, SSL not detected
Your server is behind a load balancer or reverse proxy.
Please add the following code to your wp-config.php file, above the require_once:
if (isset($_SERVER[‘HTTP_X_FORWARDED_PROTO’]) && $_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’)
$_SERVER[‘HTTPS’]=’on’;
I have added the code to wp-admin in the line above the require_once but it is still showing this error.
Any help would be greatly appreciated.
Thanks
Rob