Quickly convert a single WordPress site to a multisite install:
-
In wp-config.php add the following line:
define('WP_ALLOW_MULTISITE', true);
- Login to the site
- Go to Tools > Network Setup
- Fill in the requested information and click Install
- Copy and paste the items from the first box into your wp-config.php
- Copy and paste the items from the second box into your .htaccess (replace what was there)
- Logout
- Log back in
Done!