: 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
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?
More posts by @Kristi941
1 Comments
Sorted by latest first Latest Oldest Best
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
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.