April 2011
Beginner to intermediate
908 pages
22h 37m
English
Before you can map the domain, you need to install the WordPress MU Domain Mapping plugin to help handle this in WordPress. The Domain Mapping plugin doesn't do any setup on the server side; it helps rename the site and takes care of any login issues.
Inside are two php files: domain-mapping.php and sunrise.php.
If you need a reminder on how to do this, see Chapter 1 of this minibook.
Figure 6-6 shows how these files look on the server. From here, you need to add a line to your wp-config.php file.
Figure 6-6: A look at the /wp-content/plugins folder that contains the sunrise.php file.

define( 'SUNRISE', 'on' );
The plugin is immediately available ...