I have an SSL certficate intalled on the web server.
I have tried to follow the instructions here
http://codex.wordpress.org/Administration_Over_SSL
I have added the code
define('FORCE_SSL_ADMIN', true);
to the
wp-config.php file. When I browse to my home page and click on the login link, the login page is still http not https.
Is there another setting I need to configure to force the URL to https?
Any help much appreciated.