We created a 1 on 1 copy of landman.re under landman.shop.
The site landman.shop redirects to landman.re though as it should open on landman.shop.
The database probably contains hard references to landman.re.
As we used the astra theme to build landman.re can someone login to the wp-admin and the myPHPAdmin to analyse and solve this issue please?
Hello,
There might be some broken data when you do the copying websites.
I suggest you follow our document to migrate your website:
https://toolset.com/faq/how-do-i-migrate-a-wordpress-site-from-one-domain-to-the-other/
This doesn't help. The host made a one on one copy of landman.re.
The fact that landman.shop redirects to landman.re is probably due to hard references to landman.re.
Can you login to the wp-admin and the myPHPAdmin to analyse and solve this issue? That's the question.
You just need to follow the document I mentioned above to migrate the website, you can try it yourself, so you will be able to avoid more errors in the future.
Please read the document I mentioned above.
https://toolset.com/faq/how-do-i-migrate-a-wordpress-site-from-one-domain-to-the-other/
section "Manual migration of the WordPress site":
If the URL there is not the URL of the production site, WordPress will always redirect you to the development URL. This data comes from the options table, but I find that the easiest (and safest) way to “fix” it is by entering the correct URL in the wp-config.php file.
define('WP_HOME', 'https://toolset.com');
define('WP_SITEURL', 'https://toolset.com');
section "2. Updating URLs in posts and custom fields":
Use a database editing tool such as PHPMyAdmin. Navigate to the database right database, if you have several. You can back up the database using PHPMyAdmin, using the ‘export’ tool.
These should be able to resolve most cases of this problem.
My issue is resolved now.