Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Plamen M

    (@plamenm)

    Hello @elarthur ,

    I just tested the custom login url option in a fresh WordPress installation and it worked just as expected on my end. Remember, that you need to log out of your session and clear the browser cache. Then, going to /wp-admin showed a :404 Not Found Page:

    If you continue experiencing issues and you are a SiteGround user, please post a support ticket so that we can check and assist you further.

    Regards,
    Plamen Martinov
    Support Team
    SiteGround.com

    Thread Starter elarthur

    (@elarthur)

    No, also failed and now I have to restore backup -.-

    After made the change, sign out wordpress, cleaned cache and cookies, still fail, also opened url in another browser and error 404

    I made all procedures, selected custom url, changed https://mydomain.com/wp-admin

    to

    https://mydomain.com/arthur

    and failed, error 404 in both cases, with …/wp-admin and …/arthur
    very bad plugin, not recomended

    • This reply was modified 1 year, 7 months ago by elarthur.
    Thread Starter elarthur

    (@elarthur)

    Plugin Support Tsvetan Mitev

    (@tsvetanm)

    Hello @elarthur ,

    I suspect that the issue is most likely caused by a plugin/theme conflict, as such problems usually occur when there is another plugin or a theme setting that customize your WordPress login page. If you use some kind of membership plugin or a theme that leads the login pages to the default WordPress URL, please review their settings.

    As for the website restore. There is no need to restore your entire website. You can simply revert the configuration to the default WordPress login URL by including the following snippet in the functions.php file of the active theme:

    add_action( 'init', 'remove_custom_login_url' );
    function remove_custom_login_url() {
        update_option( 'sg_security_login_type', 'default' );
    }

    If you are a SiteGround customer, please contact our Technical Support team and we will further assist you.

    Best Regards,

    Tsvetan Mitev

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bad’ is closed to new replies.