Knowledge base

1000 FAQs, 500 tutorials and instructional videos. Here, there are only solutions!

Install WordPress MS (multisite) formerly WPMU

Update 03/10/2026

This guide explains how to set up a WordPress multisite network to manage multiple sites from a single Infomaniak WordPress installation, with URLs such as site1.domain.xyz, site2.domain.xyz, or even domain1.com, domain2.com, etc.

If needed, local partners recommended by Infomaniak can handle these procedures: launch a free call for tenders; they will take care of everything, freeing you from technical details.

 

Installing WordPress multisite

To get started:

  1. Install WordPress via Infomaniak on your hosting space with a main domain name:
    • This first WordPress site must be reachable and functioning correctly:
  2. Connect via FTP.
  3. Edit the wp-config.php file of this first WordPress site.
  4. Above the line "/* That's all, stop editing! Happy blogging. */" (#94) copy-paste the code define('WP_ALLOW_MULTISITE', true);:


     
  5. Save your changes.
  6. Then log in to the administration of your WordPress site.
  7. Temporarily deactivate all WordPress plugins:
  8. Go to the TOOLS menu to create a Network:
  9. Choose the method for creating your different WordPress sites (on subdomains)…
  10. Click the installation button:
  11. Add the instructions displayed on the screen to the wp-config.php and .htaccess on the server.
  12. After reconnecting to your WordPress, you will get a new "My Sites" menu where you can add and manage your different sites in the same network:
  13. Reactivate your deactivated plugins.
  14. On the Manager, add an alias to your site in the form *.your-domain-here (the asterisk allows creating a wildcard alias) with DNS update so that the correct CNAME is automatically added to the zone:
  15. Install or update your SSL certificates:
  16. When you create a new site within the network, for example, by naming it home2, it will then be accessible via home2.domain.xyz and so on:

Has this FAQ been helpful?