From: Steve Sutton Date: Wed, 1 Oct 2014 17:51:33 +0000 (-0400) Subject: add multisite config X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b2531fc8075e405c81008b9ed9737e80f6839665;p=web%2FWordPress.git add multisite config --- diff --git a/wp-config.php b/wp-config.php index c3e7f6f..58407dd 100644 --- a/wp-config.php +++ b/wp-config.php @@ -75,6 +75,14 @@ define('WP_DEBUG', false); /* Multisite */ define( 'WP_ALLOW_MULTISITE', true ); +define('WP_ALLOW_MULTISITE', true); + +define('MULTISITE', true); +define('SUBDOMAIN_INSTALL', true); +define('DOMAIN_CURENT_SITE', 'upnorth.net'); +define('PATH_CURRENT_SITE', '/'); +define('SITE_ID_CURRENT_SITE', 1); +define('BLOG_ID_CURRENT_SITE', 1); /* That's all, stop editing! Happy blogging. */