How to enable multi-site option in wordpress 3.0

>

WordPress 3.0 is when the big merge happens. The core of WPMU is incorporated in WordPress which means that you can now run multiple blogs from one installation of WordPress. This new feature is being called Network or Multi-site option. By default this feature is disabled. If you want to use this option in your WordPress, then you would have to enable it.
To enable this feature, simply open your *wp-config.php* file located in your WordPress root folder. Then add the following line anywhere in the file:
**define(‘WP_ALLOW_MULTISITE’, true);**
Once you have done that, you should be able to access the network page from Tools » Network
![WordPress Multi-site Option](http://cdn.wpbeginner.com/wp3-0/networksettings.gif)
Now, you no longer need to install multiple copies of WordPress because you can run multiple blogs from one installation. By default, you would only be allowed to run other blogs as a subdomain. To use other domains for blogs, you can use a [Domain Mapping plugin](http://wordpress.org/extend/plugins/wordpress-mu-domain-mapping/).
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
Scroll to Top