Manage multiple domains
Your production site or app can support more than one domain through domain aliases, redirects, subdomains, and more.
Find the domains associated with your site or app in the Domain management section of your site configuration.
# Manage domains for your production site
You can find the domains for your production site at
.# Manage domains for your team’s sites
From your Team Overview’s domains list, you can:
- review your domain’s DNS records (if applicable)
- review Netlify name servers for your domain
- transfer a domain between two team accounts you own
- delete DNS zones
To find your Team Overview’s domains list:
Go to the Team Overview or dashboard and select Domains from the left sidebar.
Next, select a domain from the domains list for your team.
You’ll be redirected to your domain’s dashboard, where you can find your domain’s DNS records (if applicable) and Netlify name servers.
# Apex domains and www
subdomains
When you assign an apex domain (eg. petsofnetlify.com
) or a www
subdomain (eg. www.petsofnetlify.com
) as the primary domain for your site, two entries are added to the Production domains panel:
- one entry for the apex domain, and
- one entry for the
www
subdomain.
The primary domain is the custom domain you entered. The other entry is for the alternative domain that gets redirected automatically to the primary domain.
- If you set the
www
subdomain as your primary domain, Netlify will automatically redirect the apex domain to thewww
subdomain. - If you set the apex domain as your primary domain, Netlify will automatically redirect the
www
subdomain to the apex domain.
If you’re using external DNS, we strongly recommend setting the www
subdomain (or another subdomain) as your primary domain. If you want to set an apex domain as your primary domain, we recommend using Netlify DNS. Our blog post How to Set Up Netlify DNS has more details on these recommendations.
Redirects for non-www
subdomains
Though Netlify automatically redirects between the apex domain and www
subdomain, we don’t do this for any other subdomains. You can configure this behavior yourself with domain-level redirects.
Did you find this doc useful?
Your feedback helps us improve our docs.