• Resolved slonkys

    (@slonkys)


    Hello everyone,

    After installing the plugin, the login page was automatically set as the home page of my site. Now, when I click on the home button and redirect to (https://datalogistica.com.br), I am redirected to the login page from the wp staging plugin. Could you please guide me on how to remove the login page and restore the original home page?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Fayyaz

    (@fayyazfayzi)

    Hi @slonkys,

    It looks like the staging is manually migrated to the production site. Please follow the steps below to remove the login page.

    • Login to the hosting account.
    • Navigate to phpmyadmin
    • Find the right database
    • Navigate to *_options table.
    • Find the column name “wpstg_is_staging_site” and set the value to false.
    • Save the table.
    • Done

    Make sure the environment type in wp-config.php is also production.

    define('WP_ENVIRONMENT_TYPE', 'production');

    Cheers

    Fayyaz

    • This reply was modified 10 months, 2 weeks ago by Fayyaz.
    Plugin Author Rene Hermenau

    (@renehermi)

    Thread Starter slonkys

    (@slonkys)

    Hello everyone, I’ve followed the steps, set “wpstg_is_staging_site” to false, and added the line define(‘WP_ENVIRONMENT_TYPE’, ‘production’); to my wp-config file, but it’s not working. The login page is still present. Is there anything else I should do?

    Plugin Author Rene Hermenau

    (@renehermi)

    Feel free to contact us here and we will try to assist you with your issue.

    Thank you,

    René

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘wp staging login on live production’ is closed to new replies.