문제

SharePoint 2010을 사용하고 있습니다.

하위 사이트의 하위 사이트를 어떻게 만들 수 있습니까?

다음과 같이 : http://ParentSite/ChildSite/BabySite

도움이 되었습니까?

해결책

Incase you need to know "from where" do you create a subsite, The flow is fairly straightforward.

  1. Go to site settings of your Parent Site

  2. Site Actions > Site Settings > Site Administration section > Sites and Workspaces > Create

Else the shortcut is http://parentsite/_layouts/mngsubwebs.aspx

After you create your child site, repeat the same steps as outlined in 1.

Else the shortcut is http://parentsite/child/_layouts/mngsubwebs.aspx

From here on you can create the baby site. Incase you want a inner baby , just follow the same steps over again . SharePoint supports subsite under subsite to a large number, so you should plan it carefully and make them contextually relevant.

다른 팁

When you create a site in SharePoint it is created in the site you are in at the time. So to answer the question:

  1. Create Child site
  2. Navigate to Child site
  3. Create Baby site

Baby site will be a sub-site of Child site.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top