How can I create a duplicate site in Wordpress running under a subdomain for development reasons, in plesk panel? Do I have to do anything for search engines to crawl of the second site?
Thank you in advance
How can I create a duplicate site in Wordpress running under a subdomain for development reasons, in plesk panel? Do I have to do anything for search engines to crawl of the second site?
Thank you in advance
Share Improve this question asked Oct 17, 2019 at 10:12 AggzAggz 92 bronze badges 1- Welcome to WordPress Development. I hope you find the answer(s) you are looking for. Our site is different from most - if you have not done so yet, consider checking out the tour and help center to find out how things work. – Matthew Brown aka Lord Matt Commented Oct 18, 2019 at 3:16
1 Answer
Reset to default 1Three steps:
- Create subdomain
- Copy files - Update wp-config.php
- Copy DB. Edit site_url and home fields in wp_options.
You should definitely add a no crawl in robots.txt Here is another SO question that describes how to do that.