Move a Domain Between Environments
If you have developed a new version of your website in another WP Engine environment, you may need to move your domain to that new environment to finish taking it live.
In most cases, the easiest way to take a new design is to copy to your Production environment. To do so simply use the Copy Site tool. If you copy in this way, your domain does not need to be moved from one environment to another.
If you are taking another environment live and copying nothing back to the existing Production environment (where the domain currently lives), then the domain would need to be moved. Follow these steps in exactly this order to move your domain successfully and with minimal potential downtime.
NOTE
While working through these steps, you may experience a 404 error until all steps are complete. With that in mind, it is best to perform these steps at a low-traffic time.
Update DNS
As the environment name is different, the WP Engine CNAME (environment.wpengine.com
) and even the IP address may be different. You will need to be sure your DNS has been configured to direct traffic to the new environment CNAME or IP address, or the later steps will result in a 404 error.
For example, say your current live environment (where the domain is currently mapped) is called 2017site.wpengine.com
and new environment called 2020site.wpengine.com
(where the domain needs to be moved to).
You would log in to your DNS host and update any records where you see 2017site.wpengine.com
to 2020site.wpengine.com
Similarly, if you are pointed with an A record to a static IP address, you’d log in to your DNS host and update anywhere you see the old environment’s IP to the new IP address (if they are different).
If you are using GES, your GES CNAME will also be impacted by changing the environment names and DNS must be updated accordingly.
- Locate the DNS record values for your new environment
- Log in to your DNS host and update your DNS records to the new values
- CNAME, ANAME or Alias record configuration
- A record configuration – If your IP address is the same, no DNS changes are needed
- GES record configuration
Remove Domain from Old Environment
A domain cannot be added to two environments at once. This means you must first remove your domain from your original site.
- Log in to the User Portal
- Click on the environment name the domain is currently mapped to
- Click Domains
- Locate the WP Engine CNAME of the domain you will be moving:
environment.wpengine.com
- Next to this CNAME, click the 3 dot menu icon
...
- Select Set as primary
- Locate the domain name you will be migrating
- Next to this domain, click the 3 dot menu icon
...
- Click Delete

NOTE
The domain may be added here twice, once with www
and once without, be sure to delete both versions of your domain.
Add Domain to New Environment
Now you’ll need to map the domain to the new environment, so our severs know which environment the domain should send traffic to.
- Log in to the User Portal
- Click on the environment name the domain will be moved to
- Click Domains
- Click Add Domain
- Enter the domain name and click Add
- Typically you’ll need to add the domain a total of two times (once with and once without www)
Update WordPress URL
Now that you’ve told both DNS and WP Engine servers where to send traffic, you must tell WordPress which domain you want it to load over.
- Log in to the wp-admin dashboard of your new environment
- Click Settings
- Select General
- Update two values to your domain:
- WordPress Address (URL)
- Site Address (URL)
Additional steps for updating your WordPress URL can be found in our guide here.
NOTE
If you’re updating the primary domain within a multisite, you will want to follow our guide here.
(Optional) Perform a Search and Replace
After changing your domain on the new environment you may notice some internal links on your website are still using the environment.wpengine.com
URL. To correct this you will need to perform a search/replace on your website’s database. This will change all hard-coded references of the old domain in your database to your live production domain.
Search and replace plugins:
(Optional) Add SSL
If your website is secured by an SSL (uses https://
), then once the domain has been moved to a new environment you will need to secure it again. Our system may be able to locate the SSL on the old environment temporarily if both environments are located on the same server, however you will receive an error when the SSL attempts to renew down the road.
We recommend adding your SSL to the new environment as soon as possible to avoid issues.
- Let’s Encrypt (free) SSL – Simply order the certificate again for each domain on the new environment. These cannot be migrated, but will issue for to the new environment quickly and easily once requested. Learn how to add Let’s Encrypt certificates here.
- Third party SSL – Upload the SSL files using the normal process to the new environment. Learn how to upload your third party SSL here.
If you run into any issues with your SSL during this process, please reach out to our Support team for assistance.
NEXT STEP: Need to migrate part of a site? Learn how to perform a partial copy using backups