I found this nice piece of code that redirect all your old site urls to new site urls.
Main URL and all URLS bellow it to appropriate URLs on a new domain.
etc in my case
and its only two lines. Add this to your .htaccessCode:www.generaltopics.info -> www.topicsplanet.com www.generaltopic.info/some-url/ -> www.topicsplanet.com/some-url/
So forget doing redirects for all of your urls manually.Code:Options +FollowSymLinks RewriteEngine on RewriteRule (.*) http://www.newsite.com/$1 [R=301,L]
Here are few examples:
Code:http://www.generaltopics.info/what-is-average-daily-temperature-in-european-cities/ http://www.generaltopics.info/is-david-ortiz-of-the-boston-red-sox-married/ http://www.generaltopics.info/which-country-has-a-five-sided-flag/ http://www.generaltopics.info/which-first-lady-was-a-photographer/ http://www.generaltopics.info/?feed=rss2


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks