Index: sites/default/modules/subdomain/subdomain.module =================================================================== --- sites/default/modules/subdomain/subdomain.module (revision 18) +++ sites/default/modules/subdomain/subdomain.module (working copy) @@ -415,7 +415,7 @@ $path = implode('/', $path_parts); } else { - $options['base_url'] = _subdomain_get_protocol() . subdomain_base_domain(); + $options['base_url'] = _subdomain_get_protocol() . "www." . subdomain_base_domain(); } }