Skip to content

Instantly share code, notes, and snippets.

@raewrites
Created February 12, 2015 01:40
Embed
What would you like to do?
Delete Multisite
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', false );
$base = '/wordpress/';
define( 'DOMAIN_CURRENT_SITE', 'localhost' );
define( 'PATH_CURRENT_SITE', '/wordpress/' );
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