My current website is a dynamic website which has duplicate urls (4 years old website) Now i am going to change the CMS which has SEO friendly urls capability so i want to redirect my all old urls to new corresponding seo friendly urls. for example my internal service page has two idential urls mysite .com / urls?=1 and mysite .com/ urls?=1&2 Plz tell me the right approach for redirection.
Hi Tommseo. A simple and (search engine) safe way to redirect these old URL's is using a simple .htaccess file. This can be found in the root directory of your website (or can be added if it's not already there). You then simply add a line like this: Redirect /[I]folder[/I] [I]http://www.example.com/newfolder[/I] Code (markup): Where /folder is the old url followed by the new url. Click here for more instructions.. Hope that helps!
Either .htaccess as mentioned above, or you will have to tie your default page to a database and learn some asp/php to redirect the page according to the query string.
Actually my current website has apsx pages now we care shifting it to php. ASP has dynamic pages and now we are using drupal with seo friendly urls. So please tell me the right way to redirect each and every dynamic urls to its seo friendly urls.
I would recommend you to read http://www.programmingfacts.com/2010/01/25/301-redirect-dynamic-urls-static/ this would definitely help you