You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to migrate a bunch of sites to WP Engine, and after the migration happens, if you try to access the admin URL, it redirects to the live site admin that is on Flywheel.
The solution is to do a find-and-replace on the database to update old URLs. The important ones to change are the settings for siteurl and homeurl, but ideally all the ones in the database (like those used in post content to link to an image).
We are trying to migrate a bunch of sites to WP Engine, and after the migration happens, if you try to access the admin URL, it redirects to the live site admin that is on Flywheel.
For example, the WP Engine dashboard links to:
https://my.wpengine.com/installs/2738612/launch_wp_admin?account_id={some token here}
But it ends up at:
https://api.makemakeentertainment.com/index.php?install_name=makemakeent&nonce={some token here}&rest_route=%2Fwpe_sign_on_plugin%2Fv1%2Flogin&user_email=drew%40funkhaus.us&x_request_id={some token here}
The text was updated successfully, but these errors were encountered: