From 94a4a12bb6897396dee740a28926eb7c56edc824 Mon Sep 17 00:00:00 2001 From: codyfishman <89869823+codyfishman@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:58:07 -0600 Subject: [PATCH 1/2] Added note about adding subdomains of pantheonsite.io 03-platform-domains.md Edge Routing recently put a limitation in place that prevents customers from adding custom domains in the pantheonsite.io namespace. https://getpantheon.atlassian.net/browse/EDRT-4140 While it was never recommended or prescribed, there are a handful of customers that were engaging in this practice who are now confused about the limitation. --- source/content/guides/domains/03-platform-domains.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/content/guides/domains/03-platform-domains.md b/source/content/guides/domains/03-platform-domains.md index 87d50f83c2..1fce76657f 100644 --- a/source/content/guides/domains/03-platform-domains.md +++ b/source/content/guides/domains/03-platform-domains.md @@ -24,7 +24,11 @@ This section provides information Pantheon platform domains. All platform domains are available over HTTPS. Redirecting to HTTPS during development and testing is a recommended best practice to ensure you are ready to go live with HTTPS. Refer to [Redirect to HTTPS](/guides/redirect/#redirect-to-https) for more information. + +Platform domains are provisioned automatically and are non-configurable. Attempting to add variants of a platform domain (e.g. foo.site-name.pantheonsite.io) as a [custom domain](https://docs.pantheon.io/guides/domains/custom-domains) will result in an error. + + ### robots.txt From 72051f585ee36a48f3ec71f4e448eed376255620 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 4 Dec 2024 14:44:18 -0700 Subject: [PATCH 2/2] use backticks for url --- source/content/guides/domains/03-platform-domains.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/content/guides/domains/03-platform-domains.md b/source/content/guides/domains/03-platform-domains.md index 1fce76657f..5a486a4a09 100644 --- a/source/content/guides/domains/03-platform-domains.md +++ b/source/content/guides/domains/03-platform-domains.md @@ -26,7 +26,7 @@ All platform domains are available over HTTPS. Redirecting to HTTPS during devel -Platform domains are provisioned automatically and are non-configurable. Attempting to add variants of a platform domain (e.g. foo.site-name.pantheonsite.io) as a [custom domain](https://docs.pantheon.io/guides/domains/custom-domains) will result in an error. +Platform domains are provisioned automatically and are non-configurable. Attempting to add variants of a platform domain (e.g. `foo.site-name.pantheonsite.io`) as a [custom domain](https://docs.pantheon.io/guides/domains/custom-domains) will result in an error.