Let's say I have a WP multisite http://www.mywebsite.com and within that there is a website like so:
- http://www.mywebsite.com/some-other-website
What I want to do is change the URL for this website to:
- http://www.mywebsite.com/some-website
Is it just a case of performing a search & replace on the database like I would if I wanted to move a normal WP website? (e.g. one that isn't a Multisite).
Or are there other records in the DB that I need to modify separately?