Microsoft Windows SharePoint Services
HomeBackForwardPrint

About managed paths

About managed paths

When you extend a virtual server, create a top-level Web site, or configure Self-Service Site Creation, you may also need to define managed paths. Managed paths allow you to perform two important tasks:

You can manage two categories of paths: included and excluded paths. An included path indicates that Windows SharePoint Services manages that path. An excluded path indicates that a different application manages the path and that Windows SharePoint Services should leave it alone. Included paths can be further broken down into the following two types:

Note  Web server performance declines linearly with the number of inclusions and exclusions. You can minimize the performance impact by using wildcard inclusions rather than many explicit inclusions, and by putting as many excluded applications under the same excluded path as possible.

The following table lists example URLs and explains the types of paths.

Path type Example URL Path name Comments
Explicit inclusion http://server1/site1 /site1 Identifies the Web site at /site1 as a Windows SharePoint Services site.
Wildcard inclusion http://server1/sites/* /sites/* Identifies all sites below the /sites/ path as Windows SharePoint Services sites.
Exclusion http://server1/webapp /webapp Indicates that the /webapp directory is not handled by Windows SharePoint Services.
Top-level Web site explicit inclusion http://server1 / Indicates an explicit inclusion for the top-level Web site. Only the top-level Web site is a Windows SharePoint Services site, not any other sites below the top-level Web site.
Top-level Web site wildcard inclusion http://server1 /* Indicates a wildcard inclusion for the top level of the virtual server. Every directory under the specified path is a Windows SharePoint Services top-level Web site.

Included and excluded paths are used only for directories, not pages in a Web site, and they are recursive (for example, if you exclude /mango, Windows SharePoint Services ignores any URL beginning with /mango/ or equal to /mango). Exclusions take precedence over inclusions, so if you accidentally set a particular path to be both included and excluded, the path is excluded. Inclusions are evaluated by length; longer URLs are checked before shorter URLs, so an inclusion for http://server1/sites/teams is evaluated before an inclusion for http://server1/teams.

You can manage paths by using either SharePoint Central Administration or the command line.

Related Topics

Extend a virtual server
Create a site
Configure Self-Service Site Creation
©2003 Microsoft Corporation. All rights reserved.