I am setting up a WPMU site where I want to use the /blog/ directory as a separate blog from the #1 blog. The #1 blog seems to own the /blog/ directory and I can't figure out how to disconnect if from that directory. I would be happy to just use the #1 blog, but the URLs don't quite work. Here's what I want to do
http://site.com/ <-- custom home page (working great)
http://site.com/someblog/ <-- (works great)
http://site.com/blog2/ <-- (works great)
http://site.com/blog/ <-- blog index (this always gives a 'page not found')
http://site.com/blog/my-first-post <-- a post (this works with blog #1, but if I go to just plain /blog/ I get a 404)
If I try to main the #1 blog post format something like /notblog/%postname%/ and then create another blog in the directory /blog/, the directory /blog/ doesn't work at all.
So, is there any way either
1) give the /blog/ directory to another blog or
2) using blog #1, somehow enable the /blog/ directory not to give a "page not found" error and allow it to be distinct from the root.
Thanks!