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: 15/umbraco-cms/tutorials/multisite-setup.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This tutorial explains how to host multiple sites from one project or installati
10
10
When using Baselines on Umbraco Cloud for a multisite solution, you don’t need to worry about [Usage](https://docs.umbraco.com/umbraco-cloud/set-up/project-settings/usage) limits. You may also see better performance compared to hosting multiple websites in one project.
11
11
{% endhint %}
12
12
13
-
To create a multilingual site, see the [Multilanguage Setup](multilanguage-setup.md) tutorial.
13
+
To create a multi-language site, see the [Creating a Multilingual Site](multilanguage-setup.md) tutorial.
14
14
15
15
## Structuring your website
16
16
@@ -19,7 +19,7 @@ The best way to handle a multisite solution is to create multiple root nodes in
19
19
All websites in the solution use the same schema. In most cases, content pages on website A use the same properties as on website B.
20
20
21
21
{% hint style="info" %}
22
-
On Umbraco Cloud, hostnames must be mapped to the project. Before mapping hostnames to individual websites, add them to the Hostnames page in the Cloud portal. This ensures they are secure with TLS.
22
+
On Umbraco Cloud, hostnames must be mapped to the project. Before mapping hostnames to individual websites, add them to the **Hostnames** page in the Cloud portal. This ensures they are secure with TLS.
23
23
{% endhint %}
24
24
25
25

@@ -35,7 +35,7 @@ At this point, multiple root nodes exist, each acting as a separate website. To
35
35
3. Select **Culture and Hostnames**.
36
36
37
37

38
-
4. Click **Add new Domain** in the **Domains**pane.
38
+
4. Click **Add new Domain** in the **Domains**section.
39
39
5. Enter the domain in the **Domain** field.
40
40
6. Select the language from the **Language** drop-down list. For multilanguage setups, different hostnames can map to specific languages.
41
41
@@ -46,7 +46,9 @@ At this point, multiple root nodes exist, each acting as a separate website. To
46
46
47
47
The sites are now available under the assigned domains.
@@ -56,4 +58,4 @@ This setup can be useful, but it also has drawbacks. Keep in mind that having mu
56
58
* Could interfere with editors' workflows, especially if multiple people are working on both websites at once. This is because the solution still uses one shared database for both websites.
57
59
* Limits options for developing new features and making schema changes.
58
60
59
-
On Umbraco Cloud, using [Baselines](https://docs.umbraco.com/umbraco-cloud/getting-started/baselines) is recommended. Baselines provide added benefits and greater stability compared to hosting multiple sites in one project.
61
+
On Umbraco Cloud, it is recommended to use [Baselines](https://docs.umbraco.com/umbraco-cloud/getting-started/baselines). Baselines provide added benefits and greater stability compared to hosting multiple sites in one project.
Copy file name to clipboardExpand all lines: 16/umbraco-cms/tutorials/multisite-setup.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This tutorial explains how to host multiple sites from one project or installati
10
10
When using Baselines on Umbraco Cloud for a multisite solution, you don’t need to worry about [Usage](https://docs.umbraco.com/umbraco-cloud/set-up/project-settings/usage) limits. You may also see better performance compared to hosting multiple websites in one project.
11
11
{% endhint %}
12
12
13
-
To create a multilingual site, see the [Multilanguage Setup](multilanguage-setup.md) tutorial.
13
+
To create a multi-language site, see the [Creating a Multilingual Site](multilanguage-setup.md) tutorial.
14
14
15
15
## Structuring your website
16
16
@@ -19,7 +19,7 @@ The best way to handle a multisite solution is to create multiple root nodes in
19
19
All websites in the solution use the same schema. In most cases, content pages on website A use the same properties as on website B.
20
20
21
21
{% hint style="info" %}
22
-
On Umbraco Cloud, hostnames must be mapped to the project. Before mapping hostnames to individual websites, add them to the Hostnames page in the Cloud portal. This ensures they are secure with TLS.
22
+
On Umbraco Cloud, hostnames must be mapped to the project. Before mapping hostnames to individual websites, add them to the **Hostnames** page in the Cloud portal. This ensures they are secure with TLS.
23
23
{% endhint %}
24
24
25
25

@@ -35,7 +35,7 @@ At this point, multiple root nodes exist, each acting as a separate website. To
35
35
3. Select **Culture and Hostnames**.
36
36
37
37

38
-
4. Click **Add new Domain** in the **Domains**pane.
38
+
4. Click **Add new Domain** in the **Domains**section.
39
39
5. Enter the domain in the **Domain** field.
40
40
6. Select the language from the **Language** drop-down list. For multilanguage setups, different hostnames can map to specific languages.
41
41
@@ -46,7 +46,9 @@ At this point, multiple root nodes exist, each acting as a separate website. To
46
46
47
47
The sites are now available under the assigned domains.
@@ -56,4 +58,4 @@ This setup can be useful, but it also has drawbacks. Keep in mind that having mu
56
58
* Could interfere with editors' workflows, especially if multiple people are working on both websites at once. This is because the solution still uses one shared database for both websites.
57
59
* Limits options for developing new features and making schema changes.
58
60
59
-
On Umbraco Cloud, using [Baselines](https://docs.umbraco.com/umbraco-cloud/getting-started/baselines) is recommended. Baselines provide added benefits and greater stability compared to hosting multiple sites in one project.
61
+
On Umbraco Cloud, it is recommended to use [Baselines](https://docs.umbraco.com/umbraco-cloud/getting-started/baselines). Baselines provide added benefits and greater stability compared to hosting multiple sites in one project.
0 commit comments