Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ In the **Branding** section, you can customize the appearance of your project by

### Custom Domain

The custom domain feature allows you to host your Crowdin project on your own domain that supports the HTTPS protocol.
The custom domain feature lets you point your own domain to your Crowdin project. When visitors open your custom domain, they are redirected to your project's page on Crowdin.

To set up a custom domain, follow these steps:

Expand All @@ -56,8 +56,6 @@ To set up a custom domain, follow these steps:
Not the person responsible for creating custom domains? [Invite a developer](/inviting-people/).
</Aside>

For security reasons, new users will be redirected to Crowdin to login and stay at the default address, but when a logged-in users enter your domain, they will be able to access the project from your own domain.

### Project Logo

The project logo allows you to customize the appearance of your project's main page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ In the **General** section, you can update the public project name, logo, and de

<LinkCard
title="Set Up Custom Domain"
description="Learn how to publish your Crowdin Enterprise organization on your own domain."
description="Learn how to point your own domain to your Crowdin Enterprise organization."
href="/enterprise/organization-settings/#custom-domain"
/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To create your organization and sign up for your account, follow these steps:
</Aside>

<Aside type="tip">
You can set up a [custom domain](/enterprise/organization-settings/#custom-domain) if you want to use your own URL for the organization. This is especially useful for public projects or crowdsourcing initiatives.
You can set up a [custom domain](/enterprise/organization-settings/#custom-domain) if you want to use your own URL for the organization.
</Aside>

## Signing Up by an Invitation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,10 @@ If you are a [Vendor](/enterprise/for-vendors/), your organization info will be

### Custom Domain

Configure a **Custom Domain** to host your Crowdin Enterprise organization on your own domain. This feature is particularly useful if you have crowdsourcing projects, as it can help attract more contributors to get involved in translating your projects.
Configure a **Custom Domain** to point your own domain to your Crowdin Enterprise organization. When visitors open your custom domain, they are redirected to your organization's address on Crowdin Enterprise.

To set up a custom domain, create a CNAME record with your DNS provider that points to `org.cname.crowdin.com`. Ensure that you use this specific address without modifications, as the domain specified below will be automatically detected.

<Aside>
If you don't have any public projects, your custom domain will redirect visitors to the Crowdin Enterprise Console.
</Aside>

<ReadMore>
Read more about [Crowdsourcing](/enterprise/crowdsourcing/).
</ReadMore>

## Account Defaults

Configure the default settings that apply across your organization. You can set defaults for the Editor view and the sidebar menu, and optionally lock each setting to enforce it for all users.
Expand Down
Loading