- Allows you to run & manage multiple word press site from a single word press installation.
- you can create new sites instantly and manage them using the same user name and Password.
- Add [ define_(‘WP_ALLOW_MULTISITE’, TRUE); ] to your wp_config.php just before the line ” /* That’s All ………………………….. Happy Blogging*/
- Login to your dashboard (url/wp-admin)
- Click on tool from the left pane and select Network setup.
- visit Network Setup, choose either sub-domain or Sub-Directory, enter Network title and Admin email.
- WordPress will automatically generate few set of codes for wp-config.php and .htaccess file.
- Update wp-config.php and .htaccess file with the above generated code snippets.
NOTE
- Make sure to take backup of these files before enabling multisite features and updating with the code provided by network setup produce in order to roll back your website.
- Make sure to replace these codes provided for .htaccess file by network setup producer instead of adding the codes.
- Login back to manage multiple network from your network dashboard. You can find it from your dashboard only – “Network Setup”.