WPMU site in subdirectory: When I clone a site with NS Cloner Pro plugin, how do I remove the subdirectory from the URL?
I have a WPMU site in a subdirectory /new/. So my main URL is example.com/new
. I have been able to use .htaccess
and copy the index.php
file into the domain to achieve just example.com
for my main site. However...
I have the 'NS Cloner Pro' plugin which clones WPMU sites in one click (great plugin!) but every clone still has the /new/ subdirectory. So what I want is example.com/clone-site-1/
but what I'm getting is example.com/new/clone-site-1
.
I've tried using www.interconnectit.com "search-and-replace" script to remove /new/ but what happened was I was getting both example.com/clone-site-1/
AND example.com/new/clone-site-1
which tells me something went wrong.
So how do I create just example.com/clone-site-1/
WITHOUT example.com/new/clone-site-1
?