forked from LiveCarta/LiveCartaWP
10
htdocs/wp-config.php
Executable file → Normal file
10
htdocs/wp-config.php
Executable file → Normal file
@@ -39,7 +39,15 @@ if ( file_exists( dirname( __FILE__ ) . '/wp-config-local.php' ) ) {
|
||||
|
||||
define('DB_CHARSET', 'utf8');
|
||||
define('DB_COLLATE', '');
|
||||
define('FS_METHOD', 'direct');
|
||||
|
||||
/** Multisite */
|
||||
define('WP_ALLOW_MULTISITE', true);
|
||||
define('MULTISITE', true);
|
||||
define('SUBDOMAIN_INSTALL', false);
|
||||
define('PATH_CURRENT_SITE', '/');
|
||||
define('SITE_ID_CURRENT_SITE', 1);
|
||||
define('BLOG_ID_CURRENT_SITE', 1);
|
||||
define('SUNRISE', 'on');
|
||||
|
||||
/**
|
||||
* Authentication Unique Keys and Salts.
|
||||
|
||||
Reference in New Issue
Block a user