hi, i recently rewrited my site urls www.websitename.com/questionsandanswers.php?cat=Actuat to http://www.websitename.com/Actuateallinterviewquestionsandanswers.html now problem is google showing still old url in search results and if click on the old link newurl is not displayed..it is only showing old url i.e same page is acceble from 2 urls i want to display only one url that is new url , how can i? THanks in advance
Write Permanent redirecting to ur new URL in .htaccess or using any other method. Using .htaccess u can redirect using Redirect 301 /questionsandanswers.php?cat=Actuat http://www.websitename.com/Actuateallinterviewquestionsandanswers.html All the best...