I have been blogging for the past 2 years and was using different blogs for different category. For posts related to SEO, Google, I was writing on Googling blog , and for money making opportunities, I was using Home Jobs blog and for Maldives related posts, I was using the Maldives blog. I was experiencing in keeping all these blogs updated with fresh posts , so I decided to just have 2 blogs. One is this one which will be merging, the Googling blog, Maldives blog and the existing KishoreAsokan.Com posts. Earning opportunities blog will be branded as Asokans.Com which will include posts only related to making money online which I have lot to write as I do earn money online.
I have given permanent redirect to all the existing URL’s of Googling blog and Maldives blog to KishoreAsokan.com. I have removed some pages which were just something rubbish and of no importance.
How did I do the redirect?
I am using an Apache server so I used the .htaccess file to do the permanent redirect. In the root directory I created an .htaccess file with the following
#RewriteEngine ON #RewriteRule ^(.*)$ http://www.kisaso.com/$1 [R=301,L] RedirectMatch permanent ^(.*)$ http://www.kisaso.com$1
I have commented the first two line,you can use either of them will work.
I created the same pages that were there in the redirected blogs with the same title so the url change is only the domain name
For example http://me.googling.in/johnchowcom-again-penalised-pr-4-to-pr-3/ redirects to http://www.kisaso.com/johnchowcom-again-penalised-pr-4-to-pr-3/ so I do not miss any pages or show Error pages. I have not added each and every page of these blogs as I mentioned before and those pages will be directed the error page

