My company has an existing WordPress website in a domain www.example
Now, we realized that it is too cluttered, inefficient and has a poor SEO. Planning to redesign the website, but the domain has been marketed so widely that we can not afford the downtime of long durations. Our idea now is to leave the existing website do it's job, create a subfolder example/newsite -> install a new instance of WP there, design it clean and good -> then move all the files via cPanel to the root folder and take down the existing wordpress files.
Is this practically possible? Or how do you recommend doing this task efficiently?
Also kindly advice what are all the security precautions we need to take care for our WP website to be safe from hackers during and after the migration.
TIA for the community.
My company has an existing WordPress website in a domain www.example
Now, we realized that it is too cluttered, inefficient and has a poor SEO. Planning to redesign the website, but the domain has been marketed so widely that we can not afford the downtime of long durations. Our idea now is to leave the existing website do it's job, create a subfolder example/newsite -> install a new instance of WP there, design it clean and good -> then move all the files via cPanel to the root folder and take down the existing wordpress files.
Is this practically possible? Or how do you recommend doing this task efficiently?
Also kindly advice what are all the security precautions we need to take care for our WP website to be safe from hackers during and after the migration.
TIA for the community.
Share Improve this question asked Aug 9, 2019 at 5:57 JohnehJohneh 12 bronze badges1 Answer
Reset to default 1Yes, it is possible - even more - this is common practice. But...
When creating new site, you should never do it directly on production server - during development the site is not as secure as it should be.
During development the site should never be public - you'll have a lot more work if search engines will index such temporary site.
You should take care of all URLs from old site (people very often forget about this step).
So I would recommend to:
Create new site offline, migrate all contents, take care of all URLs from old site.
When the site is ready, upload it to the production server (place it in subfolder, because uploading may take few minutes). Move old site to subfolder and move new site from subfolder to root folder (these 2 operations should be very quick).
Secure the new site.
If everything works OK, dump old site and remove it from server (never leave old site on server - it would be a huge security flaw).
Monitor any 404 errors and fix them.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745256323a4618978.html
评论列表(0条)