I have this seems working, WPMU is installed to
files.site.com. I have site files.site.com/site1
I mapped to site.com primary. It works fine. If I'm viewing site.com and press edit, it brings me to
site.com/wp-admin/post.php?post=1&action=edit&message=1
It works but editor is broken
If I change it to
files.site.com/site1/wp-admin/post.php?post=1&action=edit&message=1
it all works.
Now I'm not sure if I fiddled with the DB too much, but I expected it to always redirect me to files.site.com/site1/wp-admin when editing
How can I restore that?