Skip to content

Instantly share code, notes, and snippets.

@pmgllc
Created January 6, 2014 22:04
Show Gist options
  • Save pmgllc/8290621 to your computer and use it in GitHub Desktop.
Save pmgllc/8290621 to your computer and use it in GitHub Desktop.
P2 multisite wp-config settings
define('WP_ALLOW_MULTISITE', true);
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
define('DOMAIN_CURRENT_SITE', 'subdomain.domain.com');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment