![]() | |||||
![]() ![]() ![]() ![]() ![]() |
Managing paths by using SharePoint Central Administration
If you change how you use the URL namespace, and no longer need a path to be included or excluded, you can remove the path.
Managing paths from the command line
You can use the addpath and deletepath operations to manage paths on the command line. Both operations take the -url and -type parameters. The -type parameter has three values: exclusion, explicitinclusion, and wildcardinclusion. For example, to add a new wildcard inclusion to manage all sites at the top level of http://server1, you would use syntax like the following:
stsadm -o addpath -url http://server1/ -type wildcardinclusion
You can also remove an included or excluded path by using the command line. For example, to remove an exclusion for the site at http://server1/hrweb/webapp, you would use syntax like the following:
stsadm -o deletepath -url http://server1/hrweb/webapp