question

UmrF avatar image
0 Votes"
UmrF asked UmrF commented

Right way to use managed path in Sharepoint

Hello,

I came across a site today that was created at the managed path level, nothing after managed path, for example site URL was like https://www.SharePointWebapplicationname/MP where MP is listed under managed path.
I was surprise to see SharePoint allowed to create a site collection like this but not sure if this is the right way to do it, what could be the side effect of this and what can go wrong?
Any information or help on this , is this is ok to create site collection like this or what are the downsides of this approach or what can go wrong.
Thanks in advance for any input.

office-sharepoint-server-administrationoffice-sharepoint-server-itprooffice-sharepoint-server-search-itpro
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

trevorseward avatar image
0 Votes"
trevorseward answered UmrF commented

SharePoint supports two kind of Managed Paths. There are Wildcards paths, i.e. "/sites/" which form a structure of rootUrl/sites/siteUrl. There are also Explicit inclusions, which is the example you're providing, i.e. rootUrl/siteUrl. There are no downsides of using Explicit MPs, per se, but it does mean that MP cannot be used for other Site Collections, unlike a Wildcard MP.

https://docs.microsoft.com/en-us/sharepoint/administration/define-managed-paths

There is a recommendation to keep the number of Managed Paths per Web Application to an absolute minimum as every request to a Web Application is evaluated against the MPs.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Thanks Trevor

0 Votes 0 ·