But the problem I had was to redirect the URLs which display in google to the new blogger site.
Earlier the URL was http://genuinescope.com/blog/POST_NAME/
Current blog is:
http://www.genuinescope.blogspot.com
So I had to use a .htaccess file to redirect all bolg posts into blogger home page
Following are the steps used to solve this matter.
1.Create a folder called "blog" at www.genuinescope.com
2.Create .htaccess file including folowing code
RewriteEngine On
RewriteCond %{HTTP_HOST} ^http://genuinescope.com$ [OR]
RewriteRule ^(.*)$ http://genuinescope.blogspot.com/ [R=301]
Post a Comment
Post a Comment