I just had to make general changes and had to move all url-s from one php page to another. This caused over 64000 missing url from Google. How can i change the old url like:
www.website.com/shop.php?product=nokia-phones-s5 to new url which is www.website.com/store.php?product=nokia-phones-s5
The only difference is shop.php in url becomes store.php What is better - php redirect and how or .htaccess redirect and how?
Thank you