Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
WordPress MS (Multisite) Support formerly WPMU
This guide explains how to set up a WordPress multisite network to manage multiple sites from a single WordPress installation with Infomaniak (WordPress & Apps), using URLs like site1.your-domain-here, site2.your-domain-here, or even with your-domain1.com, your-domain2.com, etc.
⚠️ For additional help, contact a partner or fill out a tender — also read about the role of the host
Installing WordPress multisite
For this:
- install WordPress via Infomaniak on your hosting space
- connect via FTP
- edit the wp-config.php file
- above the line "/* That's all, stop editing! Happy blogging. */" add:
Then go to TOOLS in your WordPress to create a network.
Follow the instructions. You will need to:
- remove any SSL certificates
- deactivate WordPress plugins
Adding sites to your WP network
For this:
- in WordPress, go back to TOOLS > Network Setup
- choose the method of creating your different WordPress sites (on subdomains)
- add the necessary details in wp-config.php and .htaccess on the server
- after reconnecting to your WordPress, you will get a new "My Sites" menu where you can add and manage your different sites from the same network
- on the Manager, add an alias to your site in the form *.your-domain-here (the asterisk allows you to create a wildcard alias) with DNS update so that the correct CNAME is automatically added to the zone
- when you create a new site within the network, naming it for example site1, it will become accessible via site1.your-domain-here and so on
Subdomain and whole domain
Right after adding to the WordPress network, you have the option to modify the URL of the added site:
Click on Edit Site to specify the complete URL:
Link to this FAQ: