1. Home
  2. Wordpress
  3. Enable multisite

In the root directory open the wp-config.php file and add the following code before the "That's all, stop editing! Happy publishing" comment. Next, login to your WordPress admin panel and go to Tools > Network Setup to configure it.

#wordpress#php
define('WP_ALLOW_MULTISITE', true);
copy
Full Wordpress cheatsheet