I'm wondering if it's possible to set up a base directory for network sites. I've tried changing the base variable in wp-config.php, but to no avail. Am I missing something here?
What I'd like to do is have my URL structure be something like this.
http://www.domain.com/sites/SiteName/
You'd have to install it in that folder.
So if I have my main blog sitting in the root level (ie. http://www.domain.com/), is it possible to still link the sites and administrate an installation that's in the /sites/ directory?
You'll have two installs. you'll have to visit /sites/wp-admin/ to admin the sites under that.
I see. Thanks for your help!