I’m currently going through the TrainSignal Course “SharePoint 2013 Administration” Course by Bill Kulterman. An excellent beginning course in SharePoint Administration.
I’m a developer that beginning to dabble in Administration. I’ve had to setup a few Dev Machines for SP2013.
My specific question concerns Managed Paths and Site Creation. In the course the Main Site is created on it’s own Path: An Explicit Path but not the Root “/” Path.
In my experience, the main sites are created on the root managed path–thus the site collection and main site have the same URL.
In this case “Main” would be the Root Site Collection? Correct? Also another site should not be created at the Managed Path root? Correct? Even though it is available? This would be confusing.
Normally on the machines I’ve used, someone types in the site collection and then it resolves to the site collection plus default.aspx or “Pages/default.aspx” for the root site.
In the case I mentioned, I believe you would need specifically to add the site “Main” to the Site Collection Url? Then it would resolve correct?
thanks,
Stephan Onisick
Let me add a little more clarity. I tried this out on my test system.
Under http://intranet.contoso.com I added a managed path for main and created a site collection with the path http://intranet.contoso.com/main. So I now have two site collections.
Basically I think http://intranet.contoso.com is the root web of the first and http://intranet.contoso.com/main is the root web of the second.
If I run the powershell command:
Get-SPWebapplication http://intranet.contoso.com | get-spsite
I see two site collections which is what I expect.
I guess what threw me was that I just hadn’t seen other Explicit Inclusion Path besides root used. So I think you can add all the Explicit Managed Paths that you want.
We can create explicit managed paths and can create our first site collection on any path…but that is not going to be the root site collection for the web App.
Now if we create a site inside that site collection, it will be the root site of that site collection… like main
If you are hitting the web application URL and don’t have anything at root, it is not going to return anything. So always put something at the root (it can be a blank page).
Please correct me if it is not the case.
It’s the Root WEB but not the root Site Collection :).
WebApp > has a root Site Collection. (same URL as WebApp).
Site collection has a root Web > same URL as Site Collection.
Could “team 1” be the root web — if you hadn’t created a site on http://web.vlad.local