I have a wordpress multisite with 2 sites - www.example.com
and www.example.com/new-site
.
I have been developing the new site while keeping the old one alive.
I now want to make the subdirectory subsite the main site, so when a user navigates to www.example.com
- the content of www.example.com/new
is shown.
What is my best way of doing this? Is it redirection ? I am hesitant to override the old site and export the site from subdirectory and import into the root directory.
Any help appreciated thanks!