• Hi All,

    I want to redirect all posts of current blog to similar blog posts which is hosted on different IP? Also, I want to shutdown the current blog thereafter the redirection.

    Will the redirection work with 301 permanent code if shutdown the current blog (of which posts /content was redirected)? Or is there any practice to implement it properly? Please suggest.

    Example:
    current blog: Blog.xyz.com – I want to redirect its all posts to http://www.123.com/blog/ post which have similar content or title.

    Will this redirecting be working if I shutdown Blog.xyz.com?

    Thanks
    Jitender

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi, if you want to shut down blog.xyz.com, but still have the URLs redirect, then I think you’ll do something like this:

    1. Continue renewing the blog.xyz.com domain for as long as you want the redirects to work
    2. Setup a CNAME DNS record to point blog.xyz.com to 123.com
    3. Configure the 123.com server to treat blog.xyz.com as an alias of 123.com
    4. Setup a .htaccess file on 123.com to do 301 redirects from the old URLs to the new ones

    If you want a simpler solution, it’d probably be to keep the blog.xyz.com site running, but install a plugin that lets you setup redirects to other URLs.

    Thread Starter Jitender Kumar

    (@jitender1984)

    Thanks Ian,

    Do I need to setup .htaccess file file on 123 (blog.xyz.com) for 301 redirection and installing a plugin to keep redirections working to other urls? Both needs to be done parallelly?

    Regards
    Jitender

    You need to maintain database along with htaccess.
    @iandunn Can we export the content with out copy paste from Domain A to Domain B. Both domain hosted on similar platform (WordPress).

    Thread Starter Jitender Kumar

    (@jitender1984)

    Hi Dave,

    You want to say that I should not delete pages from current blog (blog.xyz.com) even after redirection has been set up. I am right?

    Jitender, you don’t need to setup .htaccess and a plugin. I was offering two different solutions:

    1) Using .htaccess like in my first comment. This one is harder, but lets you shut down the old site.
    2) Using a plugin. This one is simpler, but you have to keep the old site running.

    You only need to do one of them.

    Dave, please open a new thread for help with your site.

    Thread Starter Jitender Kumar

    (@jitender1984)

    Thanks Ian,

    I have got clarity well enough. Yes, I will create a new thread with my site if I still find any confusion or any difficulty to get this done.

    Thanks for your support.

    Regards
    Jitender

    Thread Starter Jitender Kumar

    (@jitender1984)

    Yes, someone raised a question above. is it possible to export the content from blog.xyz.com and import to 123.com (new location)? If yes, then the manual effort for content migration can be avoid.

    Please help also on this point.

    Thanks
    Jitender

    It is:

    * https://wordpress.org/support/article/tools-export-screen/
    * https://wordpress.org/support/article/tools-import-screen/

    If you’re concerned about search engine rankings, though, it’s best to make sure there are redirects. Otherwise it can hurt the rankings a lot.

    @iandunn will it not work if he goes for de-indexing from webmasters tools of current blog (xyz.blog.com)? I think he can use that content on other location (123.com/blog) which should be considered as fresh content.

    Are you thinking about it being penalized as duplicate content? I don’t think that’ll happen if there’s a redirect.

    De-indexing would be another way to avoid that penalty, but wouldn’t that also lose any “points” the post had accumulated?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Redirecting blog post hosted on one ip to similar blog post hosted on other IP’ is closed to new replies.