Click here to Skip to main content
15,886,795 members
Articles / Productivity Apps and Services / Sharepoint / SharePoint 2013

Default SharePoint 2013 / 2010 System Pages Where You Should Take Care When You Go Online

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
8 Dec 2016CPOL2 min read 6.4K  
Default SharePoint 2013 / 2010 system pages where you should take care when you go online

There are a list of SharePoint System Pages which inherit view permission by default. If you are going to make a public SharePoint site, you might not want to access these pages by anonymous users or by Form Based Authentication User.

There are may ways to restrict the users access to these pages that I will explain later in a different post.

Below I’m listing down pages that are available in each site under layout mapping.

Site Collection and Site Level Recycle Bin Urls

/_layouts/15/AdminRecycleBin.aspx

image

/_layouts/15/RecycleBin.aspx

image

User, User Info, Site Permission related Urls

_layouts/15/permsetup.aspx

This is used to create default groups in SharePoint such as visitors, members and owners.

image

/_layouts/15/people.aspx?MembershipGroupId=0

All People Url, this can be even used to delete users from the site collection.

image

User Information Hidden List Urls

/_catalogs/users/detail.aspx

/_catalogs/users/simple.aspx

image

These lists are actually available from a previous version of SharePoint. These are hidden lists available in the SharePoint containing user information.

/_layouts/15/userdisp.aspx?id={UserID}&Force=True

This is used to view user information in the same page without redirecting to my site.

image

/_layouts/quiklnch.aspx

This is used to manage quick launch items in SharePoint.

image

/_layouts/15/AreaNavigationSettings.aspx

This is used to modify navigation setting in the site collection.

image

Workflow history hidden list

/Lists/Workflow%20History/AllItems.aspx

This is a hidden list for managing and viewing workflow history items.

image

Site usage page

/_layouts/15/usage.aspx

This is used to view the usage information. But nothing harmful.

image

Site content and structure pages

/_layouts/15/sitemanager.aspx

This will bring you site management page which is available from SharePoint 2007.

image

/_layouts/vsubwebs.aspx

List of hierachy pages:

image

/_layouts/15/settings.aspx

This is the site setting page that contains all administrative links.

image

/_layouts/15/viewlsts.aspx

This is used to view all site contents. Lists visibility if this page can be hidden using SharePoint designer.

image

Site and Site Collection feature management links

/_layouts/15/ManageFeatures.aspx
/_layouts/15/ManageFeatures.aspx?Scope=Site

These links are used to activate and deactivate features in site and site collection.

image

SharePoint Designer Settings

/_layouts/15/SharePointDesignerSettings.aspx

This is used to enable and disable SharePoint designer settings.

image

Look and Feel Urls

/_layouts/ChangeSiteMasterPage.aspx
This is used to change site collection master pages.

image
/_Layouts/AreaTemplateSettings.aspx

This is where user can change Page Layouts, Site Templates and other related settings.

image
/_catalogs/masterpage/Forms/AllItems.aspx

This is the main document library for updating and maintaining related files and master pages.

image

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Sri Lanka Sri Lanka
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --