i have a hosting and wordpress design and want to know how to make 2 websites use
just one database ?
can anyone help me, do i have to change the wp_options ?
$table_prefix = ‘wp_’;
define(‘CUSTOM_USER_TABLE’, $table_prefix.’global_users’);
define(‘CUSTOM_USER_META_TABLE’, $table_prefix.’global_usermeta’);
define(‘WP_ALLOW_MULTISITE’, true);