Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Define managed paths in SharePoint

Server 2016
SharePoint Server 2016

Applies to: SharePoint Server 2016

Topic Last Modified: 2016-11-14

Summary: Learn how to add a managed path for a web application in SharePoint Server 2016.

You can specify the paths in the URL namespace of a web application to use for site collections. This is know as a
managed path. You can specify that one or more site collections exist at a specified path.

There are two types of managed paths that you can create:

• A wildcard inclusion allows you to append multiple site collections to the path that you specify. For
example, if you add /engineering as a wildcard inclusion off of your root site of http://contoso, then you'll
be able to create multiple site collections off of http://contoso/engineering.

• An explicit inclusion allows you to create a single site collection with the specified address. For example, if
you add /finance as an explicit inclusion off of your root site of http://contoso, then you'll be able to
create a single site collection with the address http://contoso/finance.

Note that the root of a web application is automatically included as an explicit inclusion. Changing the root to a
wildcard inclusion is not supported.

Define managed paths for a web application by using Central


Administration
Use the procedures that are described here to add or delete managed paths for a web application by using
Central Administration.

To add a managed path by using Central Administration

1. Verify that the user account that is performing this task is a member of the Farm Administrators
SharePoint group.

2. On the SharePoint Central Administration website, click Application Management.

3. On the Application Management page, click Manage web applications.

4. Click the web application for which you want to manage paths.

The ribbon becomes active.

5. In the Manage group of the ribbon, click Managed Paths.


6. On the Define Managed Paths page, in the Add a New Path section, type the path to include.

7. Click Check URL to confirm that the path does not already exist.

8. In the Type list, select either Wildcard inclusion or Explicit inclusion to identify the type of path.

The Wildcard inclusion type includes all paths that are subordinate to the specified path. The Explicit
inclusion type includes only the site that is indicated by the specified path. Sites subordinate to the
specified path are not included.

9. Click Add Path.

10. When you have finished adding paths, click OK.

To remove a managed path by using Central Administration

1. Verify that the user account that is performing this task is a member of the Farm Administrators
SharePoint group.

2. On the SharePoint Central Administration website, click Application Management.

3. On the Application Management page, click Manage web applications.

4. Click the web application for which you want to manage paths. The ribbon becomes active.

5. In the Manage group of the ribbon, click Managed Paths.

6. On the Define Managed Paths page, in the Included Paths section, click the check box next to the
path that you want to remove.

7. Click Delete selected paths.

Warning:

Be sure that you want to remove the selected path before you perform this action. You'll have no
additional opportunity to confirm. Deletion is immediate.

8. After you are finished removing paths, click OK.

See also
New-SPManagedPath
Get-SPManagedPath
Remove-SPManagedPath
© 2017 Microsoft

You might also like