This commit is contained in:
atsaruk
2022-11-04 13:56:40 +03:00
parent 772df2e08d
commit bcc7c1461a
21 changed files with 44 additions and 170 deletions

10
htdocs/wp-config.php Normal file → Executable file
View File

@@ -39,15 +39,7 @@ if ( file_exists( dirname( __FILE__ ) . '/wp-config-local.php' ) ) {
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
/** 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');
define('FS_METHOD', 'direct');
/**
* Authentication Unique Keys and Salts.