Did you ever try to create a new site collection in SharePoint Service 3.0 (WSS) with a URL like http://myserver.com/newsite ?
Well, if you try then you already know SharePoint Central Administration site only allow you to create a site collection under http://myserver.com/sites (or any other defined managed paths with wildcard inclusion)
Here's a trick to create a new collection under the root :
- Delete the managed path for (root) Explicit inclusion (Central Administration > Application Management > Define Managed Paths)
- Add a new managed path for / with Wildcard inclusion (Central Administration > Application Management > Define Managed Paths). At that point your root site (http://myserver.com/ will not be accessible, don't worry we will make it work again.
- Create a new site collection with the URL http://myserver.com/newsite (Central Administration > Application Management > Create Site Collection)
- Delete the managed path for (root) Wildcard inclusion (Central Administration > Application Management > Define Managed Paths)
- Add a new managed path for / with Explicit inclusion (Central Administration > Application Management > Define Managed Paths). By the way, your root site (http://myserver.com/ is working again.
- Add a new managed path for /newsite with Explicit inclusion (Central Administration > Application Management > Define Managed Paths).
- Voila !