I’ve got site on .org domain. Now, I’m moving it to .com.
For exmaple, I’ve got product page, that user saved in browser test.org/item.php?id=944 And after user return to that page, I want to move him to the test.com/item.php?id=944
Should I save old site structure with redirect?
I’ve got site on .org domain. Now, I’m moving it to .com . For
Share
Use the .htaccess file to do a 301 redirect(moved permanently status code):