![]()
In SharePoint URLs & locations article, today weโll learn how we can navigate to a SharePoint-specific page thru the shortcut URL (31 Useful Famous SharePoint URLs & Locations) instead of the traditional way of navigating.
SharePoint urls & locations
- Introduction
- Why do we need to know the shortcut URL?
- A step-by-step explanation of shortcut URL
- Summary โ What do we have here?
Introduction: sharepoint urls & locations
Being an administrator or power user it is recommended to have or know about the shortcut URL this will save them time and increase their productivity instead of going thru the traditional navigation.
Why do we need to know the shortcut URL (Example: SharePoint Server Publishing Infrastructure)?
Due to some reason when our traditional way of navigation does not work, the shortcut URL is the only way to proceed otherwise we need to take the PowerShell approach which needs coding effort.ย There are many scenarios where traditional navigation fails (in exceptional scenarios not always ).
For example โ we need to change the master page โ for this even though the โSharePoint Server Publishing Infrastructureโ is activated at the site collection level but we wonโt be seeing the change master page UI from the Site setting page โ in this case, we need to access the shortcut URL of changing the master page.
One more example โ in many cases due to browser rendering issues we wonโt be able to click on the edit page link to modify the web part โ then we need to access the web part page URL directly.ย
So if we are handy with shortcut URLs โ we can navigate to any administrative page directly.
A step-by-step explanation of shortcut URL โ SharePoint URLs & locations
In the below process, weโll learn about the various SharePoint administrative pages and their usages.
1. Page Name:ย Site Settings in site settings SharePoint (SharePoint URLs & locations)
Description: This is to manage the site settings.
Url: /_layouts/settings.aspx
Syntax: โ/_layouts/settings.aspxโ
Example:
"https://sprnd.sharepoint.com/sites/TestSite001/_layouts/settings.aspx"

Site settings page in SharePoint online
2 Page Name: Site contents URL sharepoint (SharePoint URLs & locations)
Description : This is to view the site contents, example: List/Library etc.
Url: /_layouts/viewlsts.aspx
Syntax: โ/_layouts/viewlsts.aspxโ
Example:
"https://sprnd.sharepoint.com/sites/TestSite001/_layouts/viewlsts.aspx"

3. Page Name: Site content and structure in Sharepoint Online (SharePoint URLs & locations)
Description: This is to view the site report and hierarchy of the sites.
Url: /_layouts/sitemanager.aspx
Syntax: โ/_layouts/sitemanager.aspxโ
Example:
"https://sprnd.sharepoint.com/sites/TestSite001/_layouts/sitemanager.aspx"

Site content and structure in SharePoint Online
4. Page Name: Solution gallery SharePoint online URL (SharePoint URLs & locations)
Description: This is to manage the solution(sandbox) โ we can upload or delete or activate solution.
Url: /_catalogs/solutions/
Syntax: โ /_catalogs/solutions/โ
Example:
"https://sprnd.sharepoint.com/sites/TestSite001/_catalogs/solutions/"

5. Page Name: Site content type SharePoint online URL (SharePoint URLs & locations)
Description: This is a central place to manage the content type, here we can create, delete content type, etc.
Url: /_layouts/mngctype.aspx
Syntax: โ/_layouts/mngctype.aspxโ
Example:
"ย https://sprnd.sharepoint.com/sites/TestSite001/_layouts/mngctype.aspx/"

6. Page Name: Site collection level recycle bin URL (SharePoint URLs & locations)
Description: This is the place where the site collection administrator can manage the recycle bin data at the site collection level.
Url: /_layouts/15/AdminRecycleBin.aspx
Syntax: โ/_layouts/15/AdminRecycleBin.aspxโ
Notes:
- First Stage Recycle Bin URL: /_layouts/15/AdminRecycleBin.aspx?View=1
- Second Stage Recycle Bin URL: /_layouts/15/AdminRecycleBin.aspx?View=2
- The default retention time for both first and second stage recycle bin is 93 days.
Example:ย
"https://sprnd.sharepoint.com/sites/TestSite001/_layouts/15/AdminRecycleBin.aspx"

7. Page Name: Manage site columns URL in SharePoint (SharePoint URLs & locations)
Description: This is the place where we can create, update, delete site columns, and assign the columns to the content type.
Url: /_layouts/mngfield.aspx
Syntax: โ/_layouts/mngfield.aspx
Example:
"https://sprnd.sharepoint.com/sites/TestSite001/_layouts/mngfield.aspx"

8. Page Name: Site-level recycle bin URL in SharePoint online (SharePoint URLs & locations)
Description: This is called a site or user-level recycle bin, using this page end users can restore their deleted items.
Url: /_layouts/RecycleBin.aspx
Syntax: โ/_layouts/RecycleBin.aspxโ
Example:
"https://sprnd.sharepoint.com/sites/TestSite001/_layouts/RecycleBin.aspx"

9. Page Name: User alerts in SharePoint online URL (SharePoint URLs & locations)
Description: Using this page we can manage the site-level alerts.
Url: /_layouts/sitesubs.aspx
Syntax: โ/_layouts/sitesubs.aspxโ
Example:
"https://sprnd.sharepoint.com/sites/TestSite001/_layouts/sitesubs.aspx"

10. Page Name: Quick launch settings SharePoint URL (SharePoint URLs & locations)
Description: Using this page we can configure and manage navigation in a quick launch.
Url: /_layouts/quiklnch.aspx
Syntax: โ/_layouts/quiklnch.aspxโ
Example:
"https://sprnd.sharepoint.com/sites/TestSite001/_layouts/quiklnch.aspx"

11. Page Name: Navigation settings in SharePoint online URL
Description: Using this page we can configure and manage the global navigation.
Url: /_layouts/15/AreaNavigationSettings.aspx
Syntax:โ/_layouts/15/AreaNavigationSettings.aspx
Example:
"https://sprnd.sharepoint.com/sites/TestSite001/_layouts/15/AreaNavigationSettings.aspx"

12. Page Name: Site usage report SharePoint online URL
Description: This gives the summary of web analytical reports for the site.
Url: โ/_layouts/usage.aspxโ
Syntax: โ/_layouts/usage.aspxโ
Example:
"https://sprnd.sharepoint.com/sites/TestSite001/_layouts/usage.aspx"

13. Page Name: Site collection features in SharePoint URL
Description: Using this page we can manage the site collection level features.
Url: /_layouts/ManageFeatures.aspx?Scope=Site
Syntax:โ/_layouts/ManageFeatures.aspx?Scope=Siteโ
Note:
Here โSiteโ is a case sensitive, it should be same as above โSiteโ
Example:
"https://sprnd.sharepoint.com/sites/TestSite001/_layouts/15/ManageFeatures.aspx?Scope=Site"

14. Page Name: Site features in SharePoint online URL
Description: Using this page we can manage the site(web) level feature.
Url: /_layouts/15/ManageFeatures.aspx?Scope=Web or /_layouts/15/ManageFeatures.aspx
Syntax:/_layouts/15/ManageFeatures.aspx?Scope=Web
Note:
Here โWebโ is a case sensitive, it should be same as above โWebโ
Example:
"https://sprnd.sharepoint.com/sites/TestSite001/_layouts/15/ManageFeatures.aspx?Scope=Web"

15. Page Name: SharePoint server versions URL
Description: This will give information about which version of the SharePoint server is running.
Url:/_vti_pvt/Service.cnf
Syntax:/_vti_pvt/Service.cnf
SharePoint on-premise:
"https:///_vti_pvt/service.cnf"
SharePoint Online:
"https://.sharepoint.com/_vti_pvt/service.cnf"
Example:
"https://globalsharepoint.sharepoint.com/_vti_pvt/service.cnf"

16. Page Name: Web Part Page Maintenance
Description: Using this page we can maintain the web part like add, delete, etc.
Url:?Contents=1
Syntax:?Contents=1
Example:
"https://sprnd.sharepoint.com/sites/TestSite001?Contents=1"

17. Page Name: Change site master page SharePoint 2013 URL
Description: Using this page we can change the site master and system master page and also the CSS file.
Url:โ /_layouts/ChangeSiteMasterPage.aspxโ
Syntax:โ>Site URL>/_layouts/ChangeSiteMasterPage.aspxโ
Notes:
- Site Master Page represents the user.
- System Master Page represents for Administrator.
- To open this URL successfully we must activate the site collection level feature โSharePoint Server Publishing Infrastructureโ otherwise weโll get an error.
Example:
"https://sprnd.sharepoint.com/sites/TestCSC/_layouts/ChangeSiteMasterPage.aspx"

18. Page Name: Create aspx page in SharePoint online
Description: A master place to create all types of SharePoint objects like โย Libraries, Custom Lists, Pages and Sites, Communication, and Tracking.
Url: /_layouts/15/create.aspx
Syntax:โ/_layouts/15/create.aspxโ
Example:ย
"https://sprnd.sharepoint.com/sites/TestCSC/_layouts/15/create.aspx"

19. Page Name: SharePoint online audit log reports URL
Description: Using this report page we can generate or export all types of events that occurred in the SharePoint list/library etc. to excel.
Url:ย โ/_layouts/15/Reporting.aspx?Category=Auditingโ
Syntax:โ/_layouts/15/Reporting.aspx?Category=Auditingโ
Example:
"https://globalsharepoint.sharepoint.com/sites/TestSite/_layouts/15/Reporting.aspx?Category=Auditing"

20. Page Name: SharePoint online storage metrics URL
Description: Using this report page we can see which list or library has consumed how much memory in a site collection and gives information about the total occupied GB and allocated GB with the last modified date-time information.
Url:ย โ/_layouts/15/storman.aspxโ
Syntax:โ/_layouts/15/storman.aspxโ
Example:
"https://globalsharepoint.sharepoint.com/sites/TestSite/_layouts/15/storman.aspx"

21. Page Name: Site hierarchy in SharePoint URL
Description: Using this page we can list out all sites and subsites and manage those sites from here.
Url:ย โ/_layouts/15/vsubwebs.aspxโ
Syntax:โ/_layouts/15/vsubwebs.aspxโ
Example:
"https://globalsharepoint.sharepoint.com/sites/TestSite/_layouts/15/vsubwebs.aspx"

22. Page Name: ย Enable Filter to the list view thru browser URL in SharePoint
Description: If we want to apply a filter to the list/library view directly thru the URL, just at the end of the URL, we need to append the below.
Url:ย โ?filter=1โ
Syntax:โ<List/Library URL>?filter=1โณ
Example:
"https://globalsharepoint.sharepoint.com/sites/TestSite/Shared%20Documents/Forms/AllItems.aspx?filter=1"

23. Page Name: Your apps in SharePoint online URL
Description:ย Using this page we can add SharePoint inbuilt apps like list/library, and SharePoint Store apps, and also we can manage the app license.
Url:ย โ/_layouts/15/addanapp.aspxโ
Syntax:โ<List/Library URL>/_layouts/15/addanapp.aspxโ
Example:
"https://globalsharepoint.sharepoint.com/sites/TestSite/_layouts/15/addanapp.aspx"

24. Page Name: App registration in SharePoint online URL
Description:ย Using this page we can generate the app client id and client secret id, these ids will be used while authenticating the SharePoint from other environment examples: Azure.
Url:ย โ/_layouts/15/appregnew.aspxโ
Syntax:โ/_layouts/15/appregnew.aspxโ
Example:
"https://globalsharepoint.sharepoint.com/sites/TestSite/_layouts/15/appregnew.aspx"

25. Page Name: Taxonomy is a hidden list SharePoint online URL (SharePoint URLs & locations)
Description: This is a hidden list โ when we deal with managed metadata columns, sometimes we may need to refer to this list.
Url:ย โ/lists/taxonomyhiddenlist/allItems.aspxโ
Syntax:โ/lists/taxonomyhiddenlist/allItems.aspxโ
Example:
"https://globalsharepoint.sharepoint.com/sites/TestSite/lists/taxonomyhiddenlist/allItems.aspx"

26. Page Name: Web part page edit mode URL in SharePoint online (SharePoint URLs & locations)
Description: Using this page directly we can open the web part page in edit mode and add the web part to the page.
Url:ย โ?toolpaneview=2โ
Syntax:โ?toolpaneview=2โณ
Example:
"https://globalsharepoint.sharepoint.com/sites/TestSite/SitePages/Test%20Web%20Part%20Page.aspx?toolpaneview=2"

27. Page Name: Save site as template SharePoint online URL (SharePoint URLs & locations)
Description: Using this page we can create a template out of the existing site and using the created template we can create other new sites.
Url:ย โ/_layouts/15/savetmpl.aspxโ
Syntax:โ/_layouts/15/savetmpl.aspxโ
Example:
"https://globalsharepoint.sharepoint.com/sites/TestSite/_layouts/15/savetmpl.aspx"

28. Page Name: User information list in SharePoint online URL (SharePoint URLs & locations)
Description: This is a hidden list -using this page we can get all userโs details. For example, if we want to get particular user details based on the ID using the REST query, we need to hit this list.
Url:ย โ/_catalogs/users/detail.aspxโ
Syntax:โ/_catalogs/users/detail.aspxโ
Example:
"https://globalsharepoint.sharepoint.com/sites/TestSite/_catalogs/users/detail.aspx"

29. Page Name: Master page gallery in SharePoint 2013 URL (SharePoint URLs & locations)
Description: This is the master page gallery โ using this library we can manage all master pages on the site.
Url:ย โ/_catalogs/masterpage/Forms/AllItems.aspxโ
Syntax:โ/_catalogs/masterpage/Forms/AllItems.aspxโ
Example:
"https://globalsharepoint.sharepoint.com/sites/TestSite/_catalogs/masterpage/Forms/AllItems.aspx"

29. Page Name: Site collection administrators URL in SharePoint online โ SharePoint URLs & locations
Description: This is the site collection administrator page where we can assign the site collection administrator role to the user. This shortcut URL will be helpful when sometimes due to some reason we wonโt be able to navigate to this page thru site setting navigation.
Url:ย โ/_layouts/15/mngsiteadmin.aspxโ
Syntax:โ/_layouts/15/mngsiteadmin.aspxโ
Example:
"https://globalsharepoint.sharepoint.com/sites/TestSite/_layouts/15/mngsiteadmin.aspx"

30. Page Name: SharePoint โAll Peopleโ Groups URL โ SharePoint URLs & locations
Description : Using this page we can delete user from site collection..
Url:ย โ/_layouts/15/people.aspx?MembershipGroupId=0โ
Syntax:โ/_layouts/15/people.aspx?MembershipGroupId=0โณ
Example:
"https://globalsharepoint.sharepoint.com/sites/TestSite/_layouts/15/people.aspx?MembershipGroupId=0"

SharePoint Shortcut URL Table (SharePoint URLs & locations)
| No | Page Name | Page Url |
|---|---|---|
| 1 | Site Settings | /_layouts/settings.aspx |
| 2 | Site Contents | /_layouts/viewlsts.aspx |
| 3 | Site Content and Structure Manager | /_layouts/sitemanager.aspx |
| 4 | Solution Gallery | /_catalogs/solutions/ |
| 5 | Site Content Types | /_layouts/mngctype.aspx |
| 6 | Site Collection Level Recycle Bin | /_layouts/15/AdminRecycleBin.aspx
First Stage Recycle Bin: /_layouts/15/AdminRecycleBin.aspx?View=1 Second Stage Recycle Bin: /_layouts/15/AdminRecycleBin.aspx?View=2 |
| 7 | Manage Site Columns | /_layouts/mngfield.aspx |
| 8 | Site Level Recycle Bin | /_layouts/RecycleBin.aspx |
| 9 | User Alerts | /_layouts/sitesubs.aspx |
| 10 | Quick Launch settings | /_layouts/quiklnch.aspx |
| 11 | Navigation Settings | /_layouts/15/AreaNavigationSettings.aspx |
| 12 | Site Usage | /_layouts/usage.aspx |
| 13 | Site Collection Features | /_layouts/ManageFeatures.aspx?Scope=Site
Note: Here โSiteโ is case sensitive, it should be same as above โSiteโ |
| 14 | Site Features | /_layouts/15/ManageFeatures.aspx?Scope=Web
or /_layouts/15/ManageFeatures.aspx Note: Like above here also โWebโ is case sensitive, it should be same as above โWebโ |
| 15 | SharePoint Server Version | /_vti_pvt/Service.cnf
Note: This URL only will work in SharePoint On-Premise. |
| 16 | Web Part Page Maintenance | ?Contents=1 |
| 17 | Change Site Master Page | /_layouts/ChangeSiteMasterPage.aspx
Note: To open this URL successfully we must activate the site collection level feature โSharePoint Server Publishing Infrastructureโ otherwise weโll get an error. |
| 18 | Create | /_layouts/15/create.aspx |
| 19 | Audit Report | /_layouts/15/Reporting.aspx?Category=Auditing |
| 20 | Storage Matrix | /_layouts/15/storman.aspx |
| 21 | Site Hierarchy | /_layouts/15/vsubwebs.aspx |
| 22 | Enable Filter to the list view thru browser | ?filter=1 |
| 23 | Your Apps | /_layouts/15/addanapp.aspx |
| 24 | Apps Registration | /_layouts/15/appregnew.aspx |
| 25 | Taxonomy Hidden List | /lists/taxonomyhiddenlist/allItems.aspx |
| 26 | Web part page edit mode | ?toolpaneview=2 |
| 27 | Site save as template | /_layouts/15/savetmpl.aspx |
| 28 | User Information List | /_catalogs/users/detail.aspx |
| 29 | Master Page Gallery | /_catalogs/masterpage/Forms/AllItems.aspx |
| 30 | Site Collection Administrators | /_layouts/15/mngsiteadmin.aspx |
| 31 | All People | /_layouts/15/people.aspx?MembershipGroupId=0 |
Notes:
- The above URLs will work in all the versions of SharePoint except for some URLs that are only compatible with SharePoint Online.
- Based on the version of SharePoint we need to change the layout path like below: 2.1 SharePoint Online, SharePoint 2016/2013=15ย 2.2 SharePoint 2010=14 2.3 SharePoint 2007=12
Summary โ What do we have here (SharePoint URLs & locations)?
Hence, in this article we have learned about the SharePoint shortcut URLs and their usages, I will keep updating this article whenever I see the new one.
See Also: SharePoint Online Tutorial
You may also like the below SharePoint Online tutorials:
- Office 365: Getting started with SharePoint PnP PowerShell โ installation
- In 2 steps convert a classic SharePoint page to modern using PnP
- Office 365: Retrieve hub sites and associated sites using PnP Powershell
- Create a modern team site using PnP PowerShell in SharePoint
- In 4 steps access SharePoint online data using postman tool
- SharePoint admin center: Learn SharePoint online administration in an hour โ step by step
- SharePoint REST API: GET vs POST vs PUT vs DELETE vs PATCH
- Office 365: Understanding the hub site in SharePoint online
- Introduction to SharePoint information architecture
About Post Author
Discover more from Global SharePoint
Subscribe to get the latest posts sent to your email.
