Hi everybody
I would like to have SSL-secured Administration on my blog which is currently installed in a public_html directory.
On my web host account there is also another directory called private_html from which all https:// requests are served.
So my problem is that if I enable SSL-secured administration in WordPress by setting define('FORCE_SSL_LOGIN', false); in my wp-config.php file and try to login from to the administration page I recieve a 404 Not Found error for wp-login.php.