Add blogs as subdomains to your WordPress Multisite instance in Lightsail - Amazon Lightsail

Add blogs as subdomains to your WordPress Multisite instance in Lightsail

A WordPress Multisite instance in Amazon Lightsail is designed to use multiple domains, or subdomains, for each blog site that you create within that instance. In this guide, we’ll show you how to add a blog site as a subdomain of your WordPress Multisite instance. For example, if your main blog’s primary domain is example.com, you can create new blog sites that use the earth.example.com and moon.example.com subdomains on the same instance.

Note

You can also add sites using domains to your WordPress Multisite instance. For more information, see Add blogs as domains to your WordPress Multisite instance .

Prerequisites

Complete the following prerequisites in the order shown:

  1. Create a WordPress Multisite instance. For more information, see Create an instance.

  2. Create a static IP and attach it to your WordPress Multisite instance. For more information, see Create a static IP and attach it to an instance.

  3. Add your domain to Lightsail by creating a DNS zone, then point it to the static IP that you attached to your WordPress Multisite instance. For more information, see Create a DNS zone to manage your domain’s DNS records.

  4. Define the primary domain for your WordPress Multisite instance. For more information, see Define the primary domain for your WordPress Multisite instance.

Add a blog as a subdomain to your WordPress Multisite instance

Complete these steps to create new blogs on your WordPress Multisite instance that use a subdomain of your main blog’s primary domain.

Important

You must complete step 4 listed in the prerequisites section of this guide before following these steps.

  1. Sign in to the administration dashboard of your WordPress Multisite instance.

  2. Choose My Sites, then Network Admin, and Sites in the top navigation pane.

    
            Sites menu in the WordPress administration dashboard.
  3. Choose Add New to add a new blog site.

  4. Enter a site address, which is the subdomain that will be used for the new blog site.

    
            Add new site in the WordPress administration dashboard.
  5. Enter a site title, select a site language, and enter an admin email.

  6. Choose Add Site.

    At this point, the new blog site has been created in your WordPress Multisite instance, but the subdomain is not yet configured to route to the new blog site. Continue to the next step to add an address record (A record) to your domain’s DNS zone.

    
            Sites list in the WordPress administration dashboard.

Add an address record (A record) to your domain’s DNS zone

Complete these steps to point the subdomain for your new blog site to your WordPress Multisite instance. You must perform these steps for every blog site that you create on your WordPress Multisite instance.

For demonstration purposes, we’ll use the Lightsail DNS zone. However, the steps may be similar for other DNS zones typically hosted by domain registrars.

  1. Sign in to the Lightsail console.

  2. On the Lightsail home page, choose the Domains & DNS tab.

  3. Under the DNS zones section of the page, choose the DNS zone for the domain that you defined as the primary domain for your WordPress Multisite instance.

  4. In the DNS zone editor, choose the DNS records tab. Then, choose Add record.

    
            DNS zone editor in the Lightsail console.
  5. Choose A record in the record type drop-down menu.

  6. In the Record name text box, enter the subdomain specified as the site address when creating the new blog site on your WordPress Multisite instance.

  7. In the Resolves to text box, choose the static IP address attached to your WordPress Multisite instance.

    
            Adding an address record to the DNS zone in the Lightsail console.
  8. Choose the Save icon.

    That is all you need to do. After the change propagates through the internet’s DNS, the domain will redirect to the new blog site on your WordPress Multisite instance.

Next steps

After you add blogs as subdomains to your WordPress Multisite instance, we recommend that you get familiar with WordPress Multisite administration. For more information see Multisite Network Administration in the WordPress documentation.