Skip to content

Commit 9a7d88c

Browse files
committed
Clean up v15 version
1 parent 65f6c18 commit 9a7d88c

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed
Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,59 @@
11
---
2-
description: A guide to multisite setup in Umbraco
2+
description: A guide to setting up a multisite solution in Umbraco
33
---
44

55
# Multisite Setup
66

7-
This tutorial explains how to host multiple sites from one project/installation of Umbraco. For practical reasons, we recommend using [Baselines](https://docs.umbraco.com/umbraco-cloud/getting-started/baselines) on Umbraco Cloud projects.
7+
This tutorial explains how to host multiple sites from one project or installation of Umbraco. For practical reasons, it is recommended to use [Baselines](https://docs.umbraco.com/umbraco-cloud/getting-started/baselines) on Umbraco Cloud projects.
88

99
{% hint style="info" %}
10-
When using Baselines on Umbraco Cloud for a multisite solution, you would not need to worry about [Usage](https://docs.umbraco.com/umbraco-cloud/set-up/project-settings/usage) limits, and could see better performance compared to having multiple websites in one project.
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.
1111
{% endhint %}
1212

13-
If you are planning to create a multilingual site, please take a look at the [Multilanguage Setup](multilanguage-setup.md) tutorial instead.
13+
To create a multilingual site, see the [Multilanguage Setup](multilanguage-setup.md) tutorial.
1414

1515
## Structuring your website
1616

17-
The best way to handle a multisite solution is to have multiple root nodes in the Content section, where each root node would act as a separate website.
17+
The best way to handle a multisite solution is to create multiple root nodes in the Content section. Each root node acts as a separate website.
1818

19-
All the websites in your solution will use the same schema. In most cases, this would mean that your content pages on website A will use the same properties as on website B.
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.
2020

2121
{% hint style="info" %}
22-
If your site is hosted on Umbraco Cloud, you will need to map your sites' hostnames to the project.
23-
24-
Before you can map your hostnames to individual websites in the solution, you should add them in the Hostnames page on the Cloud portal to ensure they are secured 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.
2523
{% endhint %}
2624

27-
![Adding hostnames to the project](../../../10/umbraco-cms/tutorials/images/1-addinghostnames.png)
25+
![Adding hostnames to the project](images/1-addinghostnames.png)
2826

29-
Keep in mind the [hostnames have to be configured in a specific way.](https://docs.umbraco.com/umbraco-cloud/set-up/project-settings/manage-hostnames)
27+
Keep in mind that [hostnames must be configured in a specific way](https://docs.umbraco.com/umbraco-cloud/set-up/project-settings/manage-hostnames).
3028

3129
## Mapping the hostnames to individual websites/root nodes
3230

33-
At this point, you will have multiple root nodes, each acting as a separate website. To map the hostnames to individual root nodes:
31+
At this point, multiple root nodes exist, each acting as a separate website. To map hostnames to root nodes:
3432

3533
1. Go to the **Content** section.
36-
2. Click **...** next to the root node you wish to assign the hostname.
34+
2. Click **...** next to the root node to assign the hostname.
3735
3. Select **Culture and Hostnames**.
3836

3937
![Culture and hostnames](images/culturehostnames-v14.png)
40-
4. In the **Domains** pane, click **Add new Domain**.
41-
5. Enter the domain in the **Domain** field and select the language from the **Language** drop-down list. If you have a multilanguage solution, you can map different hostnames to specific languages.
38+
4. Click **Add new Domain** in the **Domains** pane.
39+
5. Enter the domain in the **Domain** field.
40+
6. Select the language from the **Language** drop-down list. For multilanguage setups, different hostnames can map to specific languages.
4241

4342
![Domain](images/inherit-domain.png)
4443

45-
6. Click Save.
46-
7. Repeat steps 2-6 for each root node in the Content structure.
44+
7. Click **Save**.
45+
8. Repeat steps 2-7 for each root node in the Content tree.
4746

48-
The sites are now available under the domains you provided.
47+
The sites are now available under the assigned domains.
4948

50-
![Dolphin site](../../../10/umbraco-cms/tutorials/images/6-dolphins.png) ![SWATO site](../../../10/umbraco-cms/tutorials/images/7-swato.png)
49+
![Dolphin Website](images/6-dolphins.png) ![Swato Website](images/7-swato.png)
5150

5251
## Best practices
5352

54-
While such a setup might be handy, it also comes with drawbacks. It is important to keep in mind that having multiple sites on one Umbraco project:
53+
This setup can be useful, but it also has drawbacks. Keep in mind that having multiple sites in one Umbraco project:
5554

5655
* Might increase resource usage.
57-
* Could interfere with editors' workflows, especially if there are multiple people working on both websites at once. That is because the solution will still use one database for both websites.
58-
* Limit your options in regards to developing new features and making schema changes.
56+
* 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+
* Limits options for developing new features and making schema changes.
5958

60-
On Umbraco Cloud-hosted sites we recommend using the [Baseline](https://docs.umbraco.com/umbraco-cloud/getting-started/baselines) functionality - which comes with added benefits, and offers increased stability compared to the multisite solution in a single project.
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.

0 commit comments

Comments
 (0)