How to Setup WordPress Multisite
WordPress released version 3.0 among the many improvements included in the release, now the WordPress community combined WordPress MU into the main WordPress configuration. This process also know as WPMU. WordPress has made it easier to create multiple WordPress sites on one server with single installtion, Now WordPress website can be installed once, and other blogs can be set up from within the single WordPress dashboard. To change WordPress from the single install to a WordPress multi-site you need to follow these simple instructions: Update the wp-config.php file You will need to add this line of code to your wp-config.php [code]define('WP_ALLOW_MULTISITE', true);[/code] Choose the way of multi-site whether you want to use sub-domains or sub-directories Create your blogs.dir directory. (If using WordPress 3.5+ ignore this as this has been deprecated…

