We currently use wordpress to manage our website under our main domain.
We also have a few subdomain under which different applications run.
www.example.com // our main website, running wordpress
extranet.example.com // a custom-made LAMP application
forum.example.com // another LAMP application
*.example.com // anything can happen in there.
We would like to use the Network feature to create subdomains in which each team can have its own communication tool based on wordpress + buddypress.
Question: can i convert our main wordpress installation to Network with subdomain, without removing access to extranet.* and forum.* ? I read the manual, but it doesn’t address the specific case where subdomains already exist and i’m afraid to break things up.