Skip to content

Commit

Permalink
[CMSP-777] Raise domain count for subdom search-replace (#9045)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Jun 14, 2024
1 parent c2f19b9 commit 9f4a143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/content/guides/multisite/06-search-replace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Alert title="We are collecting feedback" type="info" >

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.

</Alert>

Expand Down
2 changes: 1 addition & 1 deletion source/content/pantheon-yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 9f4a143

Please sign in to comment.