WordPress Multi User – Dec 01 Snapshot

This is the “Fiche Naoi” release! Lots of changes this time. Symlinks are not required any more. Derek Ditch did 99% of the work in moving blogs from wp-blogs to wp-content/blogs/ with only a minor cleanup by myself, and there are other bug fixes from the WordPress core too.
Due to the number of changes you should be extra careful with this release. It worked for me on a clean install, but it’ll require an extra step to upgrade – you’ll need to move the wp-inst/wp-blogs directory to wp-inst/wp-content/blogs
I haven’t done an upgrade either so YMMV!
Go take a look at the download page for links and more details.
Later Update the htaccess.dist in the root directory and add the following line at line 15:
RewriteRule ^(.*)/wp-content/sitetemplates/(.*) BASE/wp-inst/wp-content/sitetemplates/$2 [L]
That fixes the images in the theme selector. Thanks Per for finding that!