Here's my basic setup:
http://my.domain.com/ - The "primary blog" or "Network"
http://my.domain.com/blogone/ - A sub-site or "blog"
http://my.domain.com/blogtwo/ - Same, obviously
What I'd like to do is create a new blog called "/network" -- and use that as my Network site instead of the root URL, so that I can use the "/" as just another sub-blog, basically.
I'm sure it's not as simple as changing BLOG_ID_CURRENT_SITE from 1 to 4, or changing the path of the blog_id=1 record to "/network". And my guess is there are some severe implications in doing this. What would actually be involved?
Is it even possible? Has it been done before (successfully)?