WP Multisite Network
WordPress Multisite Network Configuration
In wordpress new edition add multisite network. By using multisite network can manage many sub-domain from one wordpress dashboard. Though this multisite networking system made easy to control a number of website from one dashboard their has some risky issue. If you used multisite network it will be risky when hacked. After all this multisite networking is awesome networking system. In this tune I am going to step by step describe how to configure multisite network.
Step-1: In the first step add WP_ALLOW_MULTISITE line like below in wp-config.php file before /* That’s all, stop editing! Happy blogging. */ this comment. Note: it is better to use below line after define(‘WP_DEBUG’, false); the line.
define( 'WP_ALLOW_MULTISITE', true );
After add the above line refresh dashboard and hover tools menu where show “Network setup” sub-menu, click Network setup sub-menu.
A page open in your dashboard like below image.
Add a title in network title box and input email in network admin email box. Than click on install. Than open another page like below image and follow the page instruction.
In the above page have two instruction. One is some code add in wp-config.php which given first in block. Now second one copy from second block and replace on .htaccess file instead of previous code. Note before edit .htaccess file take a backup.
Step-2: Refresh dashboard and you may need to login again. See like below image.
Go my site to Network admin and see dashboard, sites, user etc. By click on sites, can setup sub-domain easily. An images show below how choice sub-domain name, site title and site admin email.
Finally click on add site and completed. To visit dashboard or site click Sites from dashboard left menu, their show all site and dashboard. Select which want to use and enjoy. If faced any problem comment here.
Comments are closed