Odin Hørthe Omdal, @odinho
Run a site on example.com
Have lots of blogs on subdomains
Some of them with their own domains
But not have WP on the main site
Install it. :D
define( 'NOBLOGREDIRECT', 'http://example.com' );
$cookie_domain = '.example.com';
elseif ( isset($cookie_domain) )
define( 'COOKIE_DOMAIN', $cookie_domain );
Odin Hørthe Omdal, Opera Software