You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/portals/configure/websites.md
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,20 @@ manager: kvivek
6
6
ms.service: powerapps
7
7
ms.topic: conceptual
8
8
ms.custom:
9
-
ms.date: 11/14/2019
9
+
ms.date: 04/30/2020
10
10
ms.author: tapanm
11
11
ms.reviewer:
12
12
---
13
13
14
14
# Manage websites
15
15
16
-
A website is the core entity of portals application. A portal application selects a single Website record, and this determines what portal entities – [web pages](web-page.md), [web files](web-files.md), [web roles](create-web-roles.md), [content snippets](customize-content-snippets.md), etc. – are applicable to this application.
16
+
A website is the core entity of portals application. A portal application selects a single Website record, and this determines what portal entities such as [web pages](web-page.md), [web files](web-files.md), [web roles](create-web-roles.md), and [content snippets](customize-content-snippets.md) are applicable to this application.
17
17
18
18
With a website providing an application scope, multiple distinct portal applications can be connected to a single organization.
19
19
20
20
> [!NOTE]
21
21
> Determination of which website record a given portal application is bound to is usually by the website's name, specified in the configuration of the portal deployment.
22
-
However, it is also possible to control this by URL path prefix (see the descriptions of Parent Website and Partial URL under [website attributes](#website-attributes)), or by ___domain, using website bindings.
22
+
However, it is also possible to control this by ___domain name or website bindings.
23
23
24
24
## Manage websites
25
25
@@ -41,12 +41,15 @@ Websites are created when you create a new portal. However, advanced website man
41
41
### Website attributes
42
42
43
43
|Name|Description|
44
-
|-----|----------|
44
+
|-|-|
45
45
|Name|The descriptive name of the website. This field is required.|
46
+
| Default Language | Default language for the selected portal. Before you change the default language, you must: <br> - [Add the language in Common Data Service environment](https://docs.microsoft.com/power-platform/admin/enable-languages). <br> - [Add the language in Supported Languages](enable-multiple-language-support.md) section for Websites record.
47
+
| Owner | The owner contact record for the selected Websites record.
46
48
|Primary Domain Name|The primary ___domain name of the portal to which this website record will be added.|
47
-
|Parent Website|The parent website of the website. This field can generally be ignored, except in certain advanced portal configurations in which a single portal application is bound to one master website at the application root path, with one or more child websites available at specific sub-paths.|
48
-
|Partial URL|The root URL path segment for all URLs generated for portal entities related to this website.<br>For example, if a portal application is deployed to be available at the root of the ___domain example.com, and this attribute has no value, a request to `http://example.com/` will render the Home web page of the application website (as the Home web page is required to have its Partial URL set to "/").<br>If this attribute is set to the value "my-website", the Home Web Page will instead have a URL of `http://example.com/my-website/`, and all pages in the website will have the same "/my-website/" path prefix.<br>In most portal configurations, this field can be ignored and left blank.<br>Partial URL values are used as URL path segments. As such, they should not contain illegal URL path characters, such as "?", "#", "!", "%". Since portal URLs are generated by joining together Partial URL values with slashes ("/"), they should also not generally contain slashes.<br>Recommended practice would be to restrict Partial URL values to letters, numbers, and hyphens or underscores. For example: "press-releases", "Users_Guide", "product1".|
49
-
|||
49
+
|Parent Website\*|The parent website of the website. This field can generally be ignored, except in certain advanced portal configurations in which a single portal application is bound to one master website at the application root path, with one or more child websites available at specific sub-paths. <br>\* Only for backward compatibility, not to be used for new or existing portals. |
50
+
| Header and Footer Templates | The [Web templates for headers and footers](../liquid/store-content-web-templates.md#web-templates-as-page-templates) overriding global headers and footers.
51
+
| Supported Languages | The [supported languages](enable-multiple-language-support.md) for the selected Websites record.
0 commit comments