301 redirects and Blogger - moving blog
-
Is there any way to add 301 redirects to individual posts on a blogger-hosted blog?
We're getting ready to finally move our blog off of Blogger and onto our own webserver. We're probably going to use BlogEngine.net to run it.
right now the blog is located at blog.MySite.com. We're probably going to move it to MySite.com/Blog.
We don't have any really popular posts and we only really get ~10 visits a day on about 70 posts.
Just trying to figure out the best way to handle this without inadvertently shooting myself in the foot.
-
RewriteEngine On
RewriteCond %{HTTP_HOST} ^blog.mysite.com
RewriteRule ^(.*)$ /blog/$1 [L]This code will help you to move your sub domain into main domain. This is good option to move your visitors, if your site have a good visitors then definitely your blog gets huge amount of visitors and you have to update blogs regularly and post effective contents. If you will share your blog on social media platform then it will more help you.