|
I use wp mu and it works great. I use the subdomains for each blog. That way the se's treat each one like its own domain.
No you can't really have it on separate domains. Unless you just use the folders then on the domain you want it on use php to bring it in. I have a script that generates on one domain and then I use <?php @require_once "http://www.domain.com/blog1/"?>
|