Hello, wpmuers!
I'm looking to migrate a bunch of existing WP blogs to a single shiny WPMU install, and haven't been able to figure out how to make one part work: having wpmu handle only a portion of a domain's web space.
Specifically, I want to have http://shaver-new.off.net/diary/ be a wpmu blog, but http://shaver-new.off.net/everythingelse just be handled normally. I tried
Alias /diary/ /var/www/html/wpmu/
which worked for the main page and the wp-admin interface just fine, but failed when trying to access archives and permalinks like http://shaver-new.off.net/diary/2007/06/. The error message is:
[Sat Jun 30 07:08:33 2007] [error] [client 74.98.176.15] script '/var/www/sites/shaver.off.net/html/index.php' not found or unable to stat, referer: http://shaver-new.off.net/diary/
I suspect the problem is that wpmu doesn't expect to be Aliased in, and therefore its RewriteBase is (reasonably!) not coping with being a subdirectory, but I'm not sure how else to go about this.
Anyone done this before? Am I just out of luck? Any advice, or even cautionary tales of woe, would be greatly appreciated.
Mike