Hi corona79,
So, all we need to do is insert the following into wp-config.php:
define('FORCE_SSL_LOGIN', true);
And subsequently, we just need to point our web browser to:
https://blogdomain/wp-admin?
I'm using WP 2.9 & I'd inserted the above code into wp-config.php.
When I'd tried access https://jangworld.com/blog/wp-admin, I'd encountered the following error (in Firefox):
Firefox can't establish a connection to the server at jangworld.com.
* The site could be temporarily unavailable or too busy. Try again in a few moments.
* If you are unable to load any pages, check your computer's network
connection.
* If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
I can access http://jangworld.com/blog/wp-admin, then I encounter the same error after login.
Cheers.