Mobile app version of vmapp.org
Login or Join
Kristi941

: Moving WordPress blog to new domain I created a website and a blog. Assume the website address is example.com. And I added a blog (WordPress) to that website at example.com/blog. I need to

@Kristi941

Posted in: #Blog #Migration #Seo

I created a website and a blog. Assume the website address is example.com. And I added a blog (WordPress) to that website at example.com/blog.

I need to move my blog to a new domain (only the blog). I don't want to lose SEO traffic also which I have for my blog.

What is the best way to move my blog to new domain?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Kristi941

1 Comments

Sorted by latest first Latest Oldest Best

 

@Gloria169

You could write a command in .htaccess file like this:

Redirect 302 /folder/oldpage.html www.example.org/newpage.html

By this whenever someone accesses www.example.com/folder/oldpage.html, their web browser will take them to www.example.org/newpage.html instead.

For 301:

Redirect 301 /folder/oldpage.html www.example.org/newpage.html

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme