I am in the process of moving my WPMU site over to an OS X Server from linux. I desperately need to upgrade (it is currently version 1.0) it but initially just wanted to get it running on the new arch.
I moved over the wpmu directory and copied the database into MySQL on the OS X box.
The main page comes up properly, and even the admin pages work fine. I can edit and delete posts that were made on the old server but it will not display any of the blogs that were on the old server. It lists them, but I can't view them. It will always give an "Object not found!" Error 404. This is for any linked page except for the "action" pages in the admin section such as "write a new post".
So if you go to http://www.example.com/wpmu/wp-admin, everything looks as it should, and if you want to write a new post, it will work fine, but if you want to go to http://www.example.com/wpmu/myBlog it will not find it.
It seems like something went wrong in the database import to me but I'm fairly new to this type of migration. Thanks in advance for any ideas.