projects
/
web
/
WordPress.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eb068a
)
add multisite config
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 1 Oct 2014 17:51:33 +0000
(13:51 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 1 Oct 2014 17:51:33 +0000
(13:51 -0400)
wp-config.php
patch
|
blob
|
history
diff --git
a/wp-config.php
b/wp-config.php
index
c3e7f6f
..
58407dd
100644
(file)
--- 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. */