' . __('Warning:') . ' ' . sprintf( __( 'Please deactivate your plugins before enabling the Network feature.' ), admin_url( 'plugins.php?plugin_status=active' ) ) . '
' . __( 'Once the network is created, you may reactivate your plugins.' ) . '
'; echo ''; include( ABSPATH . 'wp-admin/admin-footer.php' ); die(); } $hostname = get_clean_basedomain(); $has_ports = strstr( $hostname, ':' ); if ( ( false !== $has_ports && ! in_array( $has_ports, array( ':80', ':443' ) ) ) ) { echo '' . __( 'ERROR:') . ' ' . __( 'You cannot install a network of sites with your server address.' ) . '
' . sprintf( __( 'You cannot use port numbers such as %s.' ), $has_ports ) . '
Caution: We recommend you back up your existing wp-config.php and %s files.' ), '.htaccess' );
elseif ( file_exists( ABSPATH . 'web.config' ) )
printf( __( 'Caution: We recommend you back up your existing wp-config.php and %s files.' ), 'web.config' );
else
_e( 'Caution: We recommend you back up your existing wp-config.php file.' );
?>
blogs.dir directory at %s/blogs.dir. This directory is used to store uploaded media for your additional sites and must be writeable by the web server.' ), WP_CONTENT_DIR );
if ( WP_CONTENT_DIR != ABSPATH . 'wp-content' )
echo ' ' . __('Warning:') . ' ' . __( 'Networks may not be fully compatible with custom wp-content directories.' ) . '';
?>
wp-config.php file in %s above the line reading /* That’s all, stop editing! Happy blogging. */:' ), ABSPATH ); ?>
web.config file in %s, replacing other WordPress rules:' ), ABSPATH ); ?>
.htaccess file in %s, replacing other WordPress rules:' ), ABSPATH ); ?>