in doing a challenge for a consumer, I used to be tasked to create a brand new Shopify retailer for his or her present WordPress retailer (powered by Foxycart).
I’ve accomplished the Shopify retailer now, however the factor is, my consumer nonetheless needs to maintain the WordPress web site lively and assign it a brand new area (through GoDaddy) after I assign the present area to the Shopify retailer.
How do I again up the outdated retailer correctly in order that I can hold all its information intact?
I attempted this information however I used to be unable to discover a wp-config.php file within the WordPress web site. Other than that, altering the area through the capabilities.php file with this code didn’t work.
update_option( 'siteurl', 'https://instance.com' );
update_option( 'house', 'https://instance.com' );
Additionally, how can I presumably change the domains in a clean method with out affecting search engine optimisation?