Hello!
I use subdomains for the blogs on my wpmu install. However, I don't use my root blog, with the exception of a main navigation page at home.php that guides users to the different subdomains.
If people simply type in the root URL to my site, this works out just fine. However, if not-so-internet-savvy people (face it, they're everywhere) type in a URL like http://mysite.com/archives, expecting it to take them to -- in this instance -- the archives of their favorite subdomain, they get taken to (a) a page that's not meant to be visible or (b) a 404 page. In this case, if they type in the URL and get an empty archives list instead of the list for a subdomain as they expected, they'll surely be confused.
I want to make it so typing in URLs for pages, posts, etc... ANYTHING related to the root blog, will redirect users to home.php, rather than showing empty content or a 404 error. Is there a way to do this?