Is the Siteground staging situation still a known problem? I looked into it last August and had read that a fix was in the works but I can’t find any updated information.
Hello Nate,
Thanks for updating in!
Which issue are you talking about? If you are referring to the site URLS in Settings > General, there is no fix for that because some staging uses redirects. The only you can solve it is to force the site urls by editing the wp-config.php adding this lines:
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');
Off course you will have to change the example.com with your staging site urls.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.