See https://www.wpbeginner.com/glossary/multisite/
- Add the following to
wp-config.php
Copy/* Multisite */ define('WP_ALLOW_MULTISITE', true);
- Go to Tools -> Network Setup and follow on-screen directions, adding the necessary code to .htaccess and wp-config.php
- After changes, login again and return to wp-admin.
- A new My Sites item appears in the top menu. Go to My Sites -> Network Admin -> Dashboard
- Add all of the sites as you desire.
- For each site you add, add the needed entry to your local hosts file. For example:Copy
127.0.0.1 site1.local.disciple.tools
- For each site you add, add the needed entry to your local hosts file. For example:Copy