URL & Locations in SharePoint

In this blog i am sharing some important URLs and Locations in SharePoint which can help developer as well as administrator to access resources easily.

 

1. Sign in as a different user
/_layouts/closeConnection.aspx?loginasanotheruser=true

2. Change Site Master Page
/_layouts/ChangeSiteMasterPage.aspx

3. Page Layouts and Site Templates
/_Layouts/AreaTemplateSettings.aspx

4. User Information List:
_catalogs/users
_catalogs/users/simple.aspx

5. Sandboxed Solution Gallery:
/_catalogs/solutions/Forms/AllItems.aspx

6. All site content page (Site content):
/_layouts/viewlsts.aspx

7. Site settings page:
/_layouts/settings.aspx

8. Site collection features(CASE SENSITIVE):
/_layouts/ManageFeatures.aspx?Scope=Site

9. Site features:
/_layouts/ManageFeatures.aspx

10. Get the version of the SharePoint server (Patch level):
/_vti_pvt/Service.cnf

11. Web Part Maintenance Page:
?Contents=1

12. Save Site as a template
/_layouts/savetmpl.aspx

13. Master Pages library
/_catalogs/masterpage/Forms/AllItems.aspx

14. Master Page Gallery
/_catalogs/masterpage

15. Site Column Gallery
/_layouts/mngfield.aspx

16. Site Content Types
/_layouts/mngctype.aspx

17. Managed Metadata (Subset used terms on site) -Added by DAMIAN
http(s)://[url]/Lists/TaxonomyHiddenList/AllItem.aspx

18. Test Sample Page (If trouble with username in site) -Added by DAMIAN
http(s)://[url]/_catalogs/users/simple.aspx

19. Site Manager (Site Structure) -Added by HUGO CARREIROS
/_layouts/sitemanager.aspx

20. Save site as Template (Office365)
/_layouts/15/savetmpl.aspx

8 thoughts on “URL & Locations in SharePoint

  1. Hi,

    Additionally I would add some more. 🙂

    When using Managed Metadata it could be useful. Because a subset of the used terms will be stored on the site.
    http(s)://[url]/Lists/TaxonomyHiddenList/AllItem.aspx

    If you have trouble with a username on a single site you can take a look in the hidden user list which is stored on every single site collection. It could save a lot of time.
    http(s)://[url]/_catalogs/users/simple.aspx

    Like

Leave a comment