WordPress hosting
Environment variables
Multisite configuration

Multisite configuration

Switch the environment to Multisite network

WordPress Multisite is a powerful feature that allows you to manage multiple WordPress websites from a single WordPress installation. Whether you're a developer, an organization, or an individual managing several websites, WordPress Multisite can simplify the management and maintenance of your online presence. In this article, we'll dive into what WordPress Multisite is and provide a step-by-step guide on how to configure it.

What is a Multisite?

WordPress Multisite is a feature that enables you to create a network of interconnected websites within a single WordPress installation. This network can consist of subdomains, subdirectories, or completely separate domains, all managed from a central dashboard. Each site within the network functions as an independent entity with its content, themes, and plugins, while sharing the core WordPress files.

Multisite is an excellent choice for various scenarios:

  • Organizations – large organizations with multiple departments or branches can maintain their websites under a single administration, simplifying updates and management.
  • Educational institutions – universities and schools can provide sub-sites for different departments, professors, or student groups, all under a unified domain.
  • Blog networks – create a blog hosting platform where users can create their blogs under multiple domains.
  • E-commerce – run multiple online stores or regional variations of e-commerce site efficiently.
  • Content portals – aggregate content from various sources or contributors into a single website with sub-sites for each source.

Step-by-step configuration

  1. Backup website – before making any major changes, it's essential to back up the website. This ensures that you have a restore point in case anything goes wrong during the configuration process.

  2. Define WP_ALLOW_MULTISITE constant – this constant allows you to start migrating to Multisite. After adding the constant, create a new deployment.

  3. Configure Multisite – log in to WordPress dashboard and navigate to "Tools" => "Network Setup". You will be prompted to choose between subdomains and subdirectories for the network's structure. Add variables that will be lost via SiteBox Dashboard, just like you did for WP_ALLOW_MULTISITE.

    Multisite initialization

  4. Activate the Network – once you've made the necessary changes, return to your dashboard and log in again. You'll notice that you now have a "My Sites" menu in your admin bar. This is where you can add new sites to your network.