Viewing 6 replies - 16 through 21 (of 21 total)
  • Plugin Author Ella

    (@ellatrix)

    Are you sure FORCE_SSL_ADMIN doesn’t work now? I’ve tested it on a few websites and it works fine…

    Thread Starter livinonchances

    (@livinonchances)

    Perhaps, it is working properly when using the normal file. However, I have manually changed the home_url with site_url as suggested and the loginform URLs are http not https. Not sure if this manual change to site_url is causing this and another change is required. Thanks.

    Thread Starter livinonchances

    (@livinonchances)

    Hi, is there any update on how to fix the loginform URL from non-secure http to secure https? I though FORCE_SSL_ADMIN is supposed to force this to secure https, but it is not. Please keep in mind that I have manually changed the home_url to site_url as you previously suggested. Thanks.

    Thread Starter livinonchances

    (@livinonchances)

    Settings in wp-config.php are set to:

    define(‘FORCE_SSL_ADMIN’, true);
    define(‘FORCE_SSL_LOGIN’, true);

    However, loginform action URL remains as http and not https causing a warning about encryption. Also, lost password href is affected the same. If I manually change this setting to https using developer tools then all is well. Unfortunately, I have to disable this plugin for now as it is necessary to have secure login due to accessing site admin over other connections using other devices. Thank you for your help. Any thoughts?

    Plugin Author Ella

    (@ellatrix)

    Is home_url still changed to site_url? In that case I can’t give you much advise but to revert it… For now I’m only going to support home_url. Might look into that in the future, but not right now.

    Thread Starter livinonchances

    (@livinonchances)

    Okay, thanks. I will investigate other options. However, is it possible to manually change these two links?

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘How to set "Login url" to WordPress Address (URL) not Site Address (URL)’ is closed to new replies.