How To Set Up WordPress Multi Site

1. Install WordPress 2. Open wp-config.php file 3. Find out this line: /* That’s all, stop editing! Happy blogging. */ 4. Add this code before this (3) comment: /* Multisite */ define( ‘WP_ALLOW_MULTISITE’, true ); 5. Now refresh the WordPress dashboard. 6. Go to Tools option 7. You will see a new option there named […]