admin管理员组文章数量:1429441
So what I would like to do is, move the content of example/blog to yolo/blog. The yolo website is already live and has contents in it. So I just want to move my existing blog to a subdirectory on yolo. I have access to the Cpanels of both websites.
So what I would like to do is, move the content of example/blog to yolo/blog. The yolo website is already live and has contents in it. So I just want to move my existing blog to a subdirectory on yolo. I have access to the Cpanels of both websites.
Share Improve this question edited May 2, 2019 at 11:52 fuxia♦ 107k39 gold badges255 silver badges459 bronze badges asked May 2, 2019 at 7:43 AkashAkash 1 1- If you only need your blog post data, you have the option to backup your posts in wp admin. Goto tools->export. if you're moving your current site to subdirectory on new domain, you can create a new wp installation and import previously exported file or you can do a complete backup of your current site and then use it to recreate your website on new location. do only one from above two – Vishwa Commented May 2, 2019 at 11:19
2 Answers
Reset to default 0You need to create a database (with the corresponding username and permissions) in the cPanel of yolo, so your blog won't interfere with whatever you have in yolo. MySQL Assistant of cPanel is very easy and fast.
You need to download and install WordPress in yolo/blog folder. In your cpanel this usually is public_html/blog. Install WordPress.
Once the database is created and WordPress installed and running properly, you can start the migration. I recommend to use this plugin.
Important: there are many methods to achieve what you intend to do, I think the one described here is the most convenient.
Is yolo a WordPress site ? If it's a Wordpress site, you can use Wordpress importer plugin to export content from example and import them to yolo .
example and yolo need to be online when you import your content
Dont' forget to add on .htacess file of example this instruction to keep your SEO and redirect users to yolo :
Redirect 301 /blog https://www.yolo/blog
本文标签: migrationHow do I move my Wordpress domain to another domain
版权声明:本文标题:migration - How do I move my Wordpress domain to another domain? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745531789a2662095.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论