From 9f4a14348c95333615b77b3c820771e9a88a68a7 Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Fri, 14 Jun 2024 08:46:34 -0700 Subject: [PATCH] [CMSP-777] Raise domain count for subdom search-replace (#9045) --- source/content/guides/multisite/06-search-replace.md | 4 ++-- source/content/pantheon-yml.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/content/guides/multisite/06-search-replace.md b/source/content/guides/multisite/06-search-replace.md index 87cfa0a74b..ec9e9ebd65 100644 --- a/source/content/guides/multisite/06-search-replace.md +++ b/source/content/guides/multisite/06-search-replace.md @@ -64,11 +64,11 @@ search_replace: false ``` ## Subdomain WordPress Multisite Search and Replace Configuration -Search and Replace runs on the platform as part of creating an environment, deploying to Test or Live, and when cloning content between environments. There is currently a limit of 25 sites that can be configured for Search and Replace via domain mapping. +Search and Replace runs on the platform as part of creating an environment, deploying to Test or Live, and when cloning content between environments. There is currently a limit of 75 sites that can be configured for Search and Replace via domain mapping. -We are collecting feedback about use cases that require more than 25 URLs to be replaced. Please [fill out this form](https://forms.gle/TYvuHYSNrVmptVBW9) if this is the case. Alternatively, check out the [Subdomain to Subdirectory Multisite Conversion](#subdomain-to-subdirectory-multisite-conversion) option below which does not have any limits. +We are collecting feedback about use cases that require more than 75 URLs to be replaced. Please [fill out this form](https://forms.gle/TYvuHYSNrVmptVBW9) if this is the case. Alternatively, check out the [Subdomain to Subdirectory Multisite Conversion](#subdomain-to-subdirectory-multisite-conversion) option below which does not have any limits. diff --git a/source/content/pantheon-yml.md b/source/content/pantheon-yml.md index fa18762403..1cbb4ce886 100644 --- a/source/content/pantheon-yml.md +++ b/source/content/pantheon-yml.md @@ -284,7 +284,7 @@ Complete the following before deploying `filemount` (**required**): 1. Configure a `private` subdirectory of the new path within [`protected_web_paths`](#protected-web-paths). -### Search and Replace for WordPress Multisite (Early Access) +### Search and Replace for WordPress Multisite You can enable search and replace on [WordPress Multisites](/guides/multisite) by adding the following to your `pantheon.yml` file: