Skip to content

Commit d890733

Browse files
authored
Merge pull request #8076 from ovh/KevS-Updates-How-to-add-CNAME-for-DOmainDNS-revamping-and-optiomisations
KevS-Updates-How-to-add-CNAME-for-DOmainDNS-revamping-and-optiomisations
2 parents ff47492 + 4b2ace2 commit d890733

File tree

7 files changed

+194
-170
lines changed

7 files changed

+194
-170
lines changed

pages/web_cloud/domains/dns_zone_cname_record_creation/guide.de-de.md

Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Hinzufügen eines CNAME DNS-Eintrags für eine Subdomain"
33
excerpt: "Erfahren Sie, wie Sie einen DNS-Eintrag vom Typ CNAME zu einer von OVHcloud verwalteten DNS-Zone für die Subdomain einer Domain hinzufügen"
4-
updated: 2025-06-24
4+
updated: 2025-06-25
55
---
66

77
<style>
@@ -28,23 +28,48 @@ CNAME-Einträge sind nützlich, um zu vermeiden, dass die IP-Adressen für Ihre
2828

2929
**Diese Anleitung erklärt, wie Sie einen CNAME-Eintrag in Ihre OVHcloud DNS-Zone eintragen.**
3030

31-
**Sie haben bereits einen CNAME Eintrag in Ihrer DNS-Zone?** Folgen Sie unserer Anleitung "[Bearbeiten der OVHcloud DNS-Zone](/pages/web_cloud/domains/dns_zone_edit)".
31+
> **Sie haben bereits einen CNAME Eintrag in Ihrer DNS-Zone?** Folgen Sie unserer Anleitung "[Bearbeiten der OVHcloud DNS-Zone](/pages/web_cloud/domains/dns_zone_edit)".
3232
3333
## Voraussetzungen
3434

3535
- Sie haben einen [Domainnamen](/links/web/domains).
3636
- Sie nutzen eine diesem Domainnamen zugeordnete DNS-Zone bei OVHcloud.
3737
- Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager), im Bereich `Web Cloud`{.action}.
3838

39-
**Das Hinzufügen, Ändern oder Löschen von DNS-Einträgen in einer aktiven DNS-Zone ist kritisch. Im Zweifelsfall wenden Sie sich an einen [spezialisierten Dienstleister](/links/partner).**
39+
> [!warning]
40+
>
41+
> **Das Hinzufügen, Ändern oder Löschen von DNS-Einträgen in einer aktiven DNS-Zone ist kritisch.**
42+
> Im Zweifelsfall wenden Sie sich an einen [spezialisierten Dienstleister](/links/partner).
4043
4144
## In der praktischen Anwendung
4245

43-
**Sonderfälle**:
46+
### Einen CNAME DNS-Eintrag für die Subdomain einer Domain hinzufügen
47+
48+
1. Klicken Sie auf das Menü `DNS-Zone`{.action} und wählen Sie den Domainnamen aus.
49+
2. Klicken Sie auf der angezeigten Seite auf die Schaltfläche `Eintrag hinzufügen`{.action}.
50+
3. Wählen Sie im angezeigten Fenster das Feld `CNAME`{.action} aus.
51+
4. Geben Sie anschließend im Feld `Subdomain` die betreffende Subdomain (zum Beispiel `www` für die Subdomain `www.domain.tld`) und im Feld `Ziel *` den Domainnamen oder die Subdomain (zum Beispiel `domain.tld`) ein, auf die Sie mit dem CNAME Eintrag zeigen möchten. Klicken Sie anschließend auf `Weiter`{.action}.
52+
5. Überprüfen Sie die Zusammenfassung, und klicken Sie auf `Bestätigen`{.action}. Warten Sie bis zu **24** Stunden, bis die Propagation im DNS-Netzwerk voll wirksam ist.
53+
54+
/// details | Lesen Sie unsere detaillierten Anleitungen:
55+
56+
- [Alle Informationen zu DNS-Zonen](/pages/web_cloud/domains/dns_zone_general_information)
57+
- [Alle Informationen zu DNS-Einträgen](/pages/web_cloud/domains/dns_zone_records)
58+
- [Erstellung einer Subdomain](/pages/web_cloud/domains/domain_create_subdomains)
59+
- [Bearbeiten der OVHcloud DNS-Zone](/pages/web_cloud/domains/dns_zone_edit)
60+
- [Mehrere Websites auf einem Webhosting einrichten](/pages/web_cloud/web_hosting/multisites_configure_multisite)
61+
- [Webhosting - Ändern von mit einem Webhosting verbundenen Domainnamen](/pages/web_cloud/web_hosting/multisites_modify_domain)
62+
63+
///
64+
65+
66+
### Sonderfälle
67+
68+
Klicken Sie auf die folgenden Links, um weitere Informationen zu erhalten:
4469

45-
/// details | CNAME- und TXT-Einträge für eine Subdomain - Klicken Sie hier für weitere Informationen
70+
/// details | CNAME- und TXT-Einträge für eine Subdomain
4671

47-
Es wird nicht empfohlen, sowohl einen CNAME-Eintrag als auch einen TXT-Eintrag für dieselbe Subdomain zu konfigurieren. Dies kann zu unvorhersehbaren Ergebnissen bei der DNS-Auflösung führen, da nur eine Antwort pro DNS-Abfrage zurückgegeben werden kann.
72+
Konfigurieren Sie nicht gleichzeitig einen CNAME- und einen TXT-Eintrag für dieselbe Subdomain. Dies kann zu unvorhersehbaren Ergebnissen bei der DNS-Auflösung führen, da nur eine Antwort pro DNS-Abfrage zurückgegeben werden kann.
4873

4974
Beispiel: Für *www.domain.tld* stehen folgende Einträge zur Verfügung:
5075

@@ -55,7 +80,7 @@ Eine DNS-Abfrage für *www.domain.tld* gibt entweder das Ziel des CNAME-Eintrags
5580

5681
///
5782

58-
/// details | CNAME auf einer Domain in ihrer eigenen DNS-Zone - Klicken Sie hier für weitere Informationen
83+
/// details | CNAME auf einer Domain in ihrer eigenen DNS-Zone
5984

6085
Gemäß der Konvention **können CNAME Einträge nicht für einen Domainnamen in seiner eigenen DNS-Zone verwendet werden**. Der Domainname muss nämlich direkt auf eine IP-Adresse mit einem Eintrag vom Typ [A](/pages/web_cloud/domains/dns_zone_a_record_creation) für eine IPv4 oder [AAAA](/pages/web_cloud/domains/dns_zone_aaaa_record_creation) für eine IPv6 verweisen.
6186

@@ -64,27 +89,6 @@ Sie können jedoch CNAME-Einträge für alle Subdomains (zum Beispiel: *subdomai
6489

6590
///
6691

67-
### Einen CNAME DNS-Eintrag für die Subdomain einer Domain hinzufügen
68-
69-
1. Klicken Sie auf das Menü `DNS-Zone`{.action} und wählen Sie den Domainnamen aus.
70-
2. Klicken Sie auf der angezeigten Seite auf die Schaltfläche `Eintrag hinzufügen`{.action}.
71-
3. Wählen Sie im angezeigten Fenster das Feld `CNAME`{.action} aus.
72-
4. Geben Sie anschließend im Feld `Subdomain` die betreffende Subdomain (zum Beispiel `www` für die Subdomain `www.domain.tld`) und im Feld `Ziel *` den Domainnamen oder die Subdomain (zum Beispiel `domain.tld`) ein, auf die Sie mit dem CNAME Eintrag zeigen möchten. Klicken Sie anschließend auf `Weiter`{.action}.
73-
5. Überprüfen Sie die Zusammenfassung, und klicken Sie auf `Bestätigen`{.action}. Warten Sie bis zu **24** Stunden, bis die Propagation im DNS-Netzwerk voll wirksam ist.
74-
75-
/// details | Klicken Sie hier für weitere Informationen.
76-
77-
Lesen Sie unsere detaillierten Anleitungen:
78-
79-
- [Alle Informationen zu DNS-Zonen](/pages/web_cloud/domains/dns_zone_general_information)
80-
- [Alle Informationen zu DNS-Einträgen](/pages/web_cloud/domains/dns_zone_records)
81-
- [Erstellung einer Subdomain](/pages/web_cloud/domains/domain_create_subdomains)
82-
- [Bearbeiten der OVHcloud DNS-Zone](/pages/web_cloud/domains/dns_zone_edit)
83-
- [Mehrere Websites auf einem Webhosting einrichten](/pages/web_cloud/web_hosting/multisites_configure_multisite)
84-
- [Webhosting - Ändern von mit einem Webhosting verbundenen Domainnamen](/pages/web_cloud/web_hosting/multisites_modify_domain)
85-
86-
///
87-
8892
## Weiterführende Informationen
8993

9094
Kontaktieren Sie für spezialisierte Dienstleistungen (SEO, Web-Entwicklung etc.) die [OVHcloud Partner](/links/partner).

pages/web_cloud/domains/dns_zone_cname_record_creation/guide.en-gb.md

Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "How to add a CNAME record for a subdomain"
33
excerpt: "Find out how to add a CNAME DNS record to an OVHcloud DNS zone for a domain name subdomain"
4-
updated: 2025-06-24
4+
updated: 2025-06-25
55
---
66

77
<style>
@@ -28,23 +28,48 @@ CNAME records are useful for avoiding changing IP addresses for your subdomains.
2828

2929
**Find out how to add a CNAME record to your OVHcloud DNS zone.**
3030

31-
**Do you already have a CNAME record in your DNS zone?** Follow our guide on [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit).
31+
> **Do you already have a CNAME record in your DNS zone?** Follow our guide on [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit).
3232
3333
## Requirements
3434

3535
- A [domain name](/links/web/domains)
3636
- A DNS zone associated with this domain name at OVHcloud
3737
- Access to the [OVHcloud Control Panel](/links/manager), in the `Web Cloud`{.action} section
3838

39-
**Adding, modifying or deleting DNS records in an active DNS zone is a tricky task. If in doubt, contact a [specialist provider](/links/partner).**
39+
> [!warning]
40+
>
41+
> **Adding, modifying or deleting DNS records in an active DNS zone is a tricky task.**
42+
> If in doubt, contact a [specialist provider](/links/partner).
4043
4144
## Instructions
4245

43-
**Special cases**:
46+
### Add a DNS record of type CNAME for a domain name subdomain
47+
48+
1. Click the `DNS zones`{.action} menu, then choose the domain name concerned.
49+
2. On the page that appears, click `Add an entry`{.action}.
50+
3. In the window that opens, select the field of type `CNAME`{.action}.
51+
4. Then enter in the `Sub-domain` field the subdomain concerned (for example: `www` for the subdomain `www.domain.tld`), and in the `Target *` field, the domain name or subdomain (for example: `domain.tld`) that you want to target using the CNAME record type. Finally, click `Next`{.action}.
52+
5. Check the summary, then click `Confirm`{.action}. It takes up to **24** hours for the change to propagate fully over the DNS network.
53+
54+
/// details | See our detailed guides:
55+
56+
- [Everything you need to know about DNS zones](/pages/web_cloud/domains/dns_zone_general_information)
57+
- [Everything you need to know about DNS records](/pages/web_cloud/domains/dns_zone_records)
58+
- [How to create a subdomain](/pages/web_cloud/domains/domain_create_subdomains)
59+
- [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit)
60+
- [Hosting multiple websites on your web hosting plan](/pages/web_cloud/web_hosting/multisites_configure_multisite)
61+
- [Web Hosting - How to modify a domain name already associated to a web hosting plan](/pages/web_cloud/web_hosting/multisites_modify_domain)
62+
63+
///
64+
65+
66+
### Special cases
67+
68+
Click on the links below for more information:
4469

45-
/// details | CNAME and TXT records for the same subdomain - Click here for more information
70+
/// details | CNAME and TXT records for the same subdomain
4671

47-
We do not recommend configuring both a CNAME record and a TXT record for the same subdomain. This can cause random results during DNS resolution, as only one response can be returned per DNS query.
72+
Do not configure both a CNAME record and a TXT record for the same subdomain. This can cause random results during DNS resolution, as only one response can be returned per DNS query.
4873

4974
For example, if you have the following records for *www.domain.tld*:
5075

@@ -55,7 +80,7 @@ A DNS query for *www.domain.tld* will return either the target of the CNAME reco
5580

5681
///
5782

58-
/// details | CNAME on a domain in its own DNS zone - Click here for more information
83+
/// details | CNAME on a domain in its own DNS zone
5984

6085
By convention, **CNAME records cannot be used on a domain name in its own DNS zone**. The domain name must point directly to an IP address with a record of type [A](/pages/web_cloud/domains/dns_zone_a_record_creation) for an IPv4, or [AAAA](/pages/web_cloud/domains/dns_zone_aaaa_record_creation) for an IPv6.
6186

@@ -64,27 +89,6 @@ However, you can create CNAME records for all subdomains (e.g. *subdomain.domain
6489

6590
///
6691

67-
### Add a DNS record of type CNAME for a domain name subdomain
68-
69-
1. Click the `DNS zones`{.action} menu, then choose the domain name concerned.
70-
2. On the page that appears, click `Add an entry`{.action}.
71-
3. In the window that opens, select the field of type `CNAME`{.action}.
72-
4. Then enter in the `Sub-domain` field the subdomain concerned (for example: `www` for the subdomain `www.domain.tld`), and in the `Target *` field, the domain name or subdomain (for example: `domain.tld`) that you want to target using the CNAME record type. Finally, click `Next`{.action}.
73-
5. Check the summary, then click `Confirm`{.action}. It takes up to **24** hours for the change to propagate fully over the DNS network.
74-
75-
/// details | Click here for more information.
76-
77-
See our detailed guides:
78-
79-
- [Everything you need to know about DNS zones](/pages/web_cloud/domains/dns_zone_general_information)
80-
- [Everything you need to know about DNS records](/pages/web_cloud/domains/dns_zone_records)
81-
- [How to create a subdomain](/pages/web_cloud/domains/domain_create_subdomains)
82-
- [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit)
83-
- [Hosting multiple websites on your web hosting plan](/pages/web_cloud/web_hosting/multisites_configure_multisite)
84-
- [Web Hosting - How to modify a domain name already associated to a web hosting plan](/pages/web_cloud/web_hosting/multisites_modify_domain)
85-
86-
///
87-
8892
## Go further
8993

9094
For specialised services (SEO, development, etc.), contact [OVHcloud partners](/links/partner).

pages/web_cloud/domains/dns_zone_cname_record_creation/guide.es-es.md

Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Cómo añadir un registro DNS de tipo CNAME para un subdominio"
33
excerpt: "Descubra cómo añadir un registro DNS de tipo CNAME en una zona DNS gestionada en OVHcloud para el subdominio de un dominio"
4-
updated: 2025-06-24
4+
updated: 2025-06-25
55
---
66

77
<style>
@@ -28,23 +28,48 @@ Los registros CNAME son útiles para evitar tener que modificar las direcciones
2828

2929
**Descubra cómo añadir un registro CNAME a la zona DNS de OVHcloud.**
3030

31-
**¿Ya tiene un registro de tipo CNAME en su zona DNS?** Siga nuestra guía "[Editar una zona DNS de OVHcloud](/pages/web_cloud/domains/dns_zone_edit)".
31+
> **¿Ya tiene un registro de tipo CNAME en su zona DNS?** Siga nuestra guía "[Editar una zona DNS de OVHcloud](/pages/web_cloud/domains/dns_zone_edit)".
3232
3333
## Requisitos
3434

3535
- Tener un [dominio](/links/web/domains).
3636
- Tener una zona DNS asociada al dominio en OVHcloud.
3737
- Estar conectado a su [área de cliente de OVHcloud](/links/manager), en la sección `Web Cloud`{.action}.
3838

39-
**Añadir, modificar o eliminar registros DNS en una zona DNS activa es una operación delicada. En caso de duda, contacte con un [proveedor especializado](/links/partner).**
39+
> [!warning]
40+
>
41+
> **Añadir, modificar o eliminar registros DNS en una zona DNS activa es una operación delicada.**
42+
> En caso de duda, contacte con un [proveedor especializado](/links/partner).
4043
4144
## Procedimiento
4245

43-
**Casos especiales**:
46+
### Añadir un registro DNS de tipo CNAME para el subdominio de un dominio
47+
48+
1. Haga clic en el menú `Zonas DNS`{.action} y seleccione el dominio correspondiente.
49+
2. En la nueva página, haga clic en el botón `Añadir un registro`{.action}.
50+
3. En la ventana que se abre, seleccione el tipo de registro `CNAME`{.action}.
51+
4. Introduzca a continuación en el campo `Subdominio` el subdominio de que se trate (por ejemplo: `www` para el subdominio `www.domain.tld`) y, en el campo `Destino *`, el nombre de dominio o subdominio (por ejemplo: `domain.tld`) que desee identificar mediante el registro de tipo CNAME. Haga clic en `Siguiente`{.action}.
52+
5. Revise el resumen y haga clic en `Aceptar`{.action}. Espere hasta **24** horas para que la propagación de la adición en la red DNS sea plenamente efectiva.
53+
54+
/// details | Consulte nuestras guías detalladas:
55+
56+
- [Todo sobre la zona DNS](/pages/web_cloud/domains/dns_zone_general_information)
57+
- [Todo sobre los registros DNS](/pages/web_cloud/domains/dns_zone_records)
58+
- [¿Cómo crear un subdominio?](/pages/web_cloud/domains/domain_create_subdomains)
59+
- [Editar una zona DNS de OVHcloud](/pages/web_cloud/domains/dns_zone_edit)
60+
- [Alojar varios sitios web en un mismo hosting](/pages/web_cloud/web_hosting/multisites_configure_multisite)
61+
- [Web hosting - Modificar un dominio ya asociado a un alojamiento](/pages/web_cloud/web_hosting/multisites_modify_domain)
62+
63+
///
64+
65+
66+
### Casos especiales
67+
68+
Haga clic en los siguientes enlaces para obtener más información:
4469

45-
/// details | Registros CNAME y TXT para un mismo subdominio - Haga clic aquí para obtener más información.
70+
/// details | Registros CNAME y TXT para un mismo subdominio
4671

47-
No es recomendable configurar un registro CNAME y un registro TXT para el mismo subdominio. Esto puede dar lugar a resultados aleatorios en la resolución DNS, ya que sólo se puede devolver una respuesta por consulta DNS.
72+
No configure al mismo tiempo un registro CNAME y un registro TXT para el mismo subdominio. Esto puede dar lugar a resultados aleatorios en la resolución DNS, ya que sólo se puede devolver una respuesta por consulta DNS.
4873

4974
Por ejemplo, si tiene los siguientes registros para *www.domain.tld*:
5075

@@ -55,7 +80,7 @@ Una consulta DNS para *www.domain.tld* devolverá el destino del registro CNAME
5580

5681
///
5782

58-
/// details | CNAME en un dominio de su propia zona DNS - Haga clic aquí para más información.
83+
/// details | CNAME en un dominio de su propia zona DNS
5984

6085
Por convención, **los registros de tipo CNAME no pueden utilizarse en un dominio de su propia zona DNS**. En efecto, el nombre de dominio debe apuntar obligatoriamente directamente a una dirección IP con un registro de tipo [A](/pages/web_cloud/domains/dns_zone_a_record_creation) para una IPv4, o [AAAA](/pages/web_cloud/domains/dns_zone_aaaa_record_creation) para una IPv6.
6186

@@ -64,27 +89,6 @@ No obstante, podrá crear registros de tipo CNAME para todos los subdominios (po
6489

6590
///
6691

67-
### Añadir un registro DNS de tipo CNAME para el subdominio de un dominio
68-
69-
1. Haga clic en el menú `Zonas DNS`{.action} y seleccione el dominio correspondiente.
70-
2. En la nueva página, haga clic en el botón `Añadir un registro`{.action}.
71-
3. En la ventana que se abre, seleccione el tipo de registro `CNAME`{.action}.
72-
4. Introduzca a continuación en el campo `Subdominio` el subdominio de que se trate (por ejemplo: `www` para el subdominio `www.domain.tld`) y, en el campo `Destino *`, el nombre de dominio o subdominio (por ejemplo: `domain.tld`) que desee identificar mediante el registro de tipo CNAME. Haga clic en `Siguiente`{.action}.
73-
5. Revise el resumen y haga clic en `Aceptar`{.action}. Espere hasta **24** horas para que la propagación de la adición en la red DNS sea plenamente efectiva.
74-
75-
/// details | Haga clic aquí para obtener más información.
76-
77-
Consulte nuestras guías detalladas:
78-
79-
- [Todo sobre la zona DNS](/pages/web_cloud/domains/dns_zone_general_information)
80-
- [Todo sobre los registros DNS](/pages/web_cloud/domains/dns_zone_records)
81-
- [¿Cómo crear un subdominio?](/pages/web_cloud/domains/domain_create_subdomains)
82-
- [Editar una zona DNS de OVHcloud](/pages/web_cloud/domains/dns_zone_edit)
83-
- [Alojar varios sitios web en un mismo hosting](/pages/web_cloud/web_hosting/multisites_configure_multisite)
84-
- [Web hosting - Modificar un dominio ya asociado a un alojamiento](/pages/web_cloud/web_hosting/multisites_modify_domain)
85-
86-
///
87-
8892
## Más información
8993

9094
Para servicios especializados (posicionamiento, desarrollo, etc.), contacte con [partners de OVHcloud](/links/partner).

pages/web_cloud/domains/dns_zone_cname_record_creation/guide.fr-fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Comment ajouter un enregistrement DNS de type CNAME pour un sous-domaine"
33
excerpt: "Découvrez comment ajouter un enregistrement DNS de type CNAME dans une zone DNS gérée chez OVHcloud pour le sous-domaine d'un nom de domaine"
4-
updated: 2025-06-24
4+
updated: 2025-06-25
55
---
66

77
<style>
@@ -69,7 +69,7 @@ Cliquez sur les liens ci-dessous pour plus d'informations :
6969

7070
/// details | Enregistrements CNAME et TXT pour un même sous-domaine
7171

72-
Il est déconseillé de configurer à la fois un enregistrement CNAME et un enregistrement TXT pour le même sous-domaine. En effet, cela peut entraîner des résultats aléatoires lors de la résolution DNS, car seule une réponse peut être renvoyée par requête DNS.
72+
Ne configurez pas à la fois un enregistrement CNAME et un enregistrement TXT pour le même sous-domaine. En effet, cela peut entraîner des résultats aléatoires lors de la résolution DNS, car seule une réponse peut être renvoyée par requête DNS.
7373

7474
Par exemple, si vous avez les enregistrements suivants pour *www.domain.tld* :
7575

0 commit comments

Comments
 (0)