Check your wp-config.php. What’s SUBDOMAIN_INSTALL set to?
It is the define multisite
/* Multisite */
define('WP_ALLOW_MULTISITE', true);
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', true);
define('DOMAIN_CURRENT_SITE', 'borderlessnews.com');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
define( 'SUNRISE', 'on' );
What’s one of your subsites? Can we look at it?
borderless.borderlessnews.com
OBS borderless.borderlessnews will be after testing and translating the main domain and users blog must be subdomain
ok thanks I find the problem, when I do a subdaomain in admin it looks ok, the borderless has done on cpanel and with own database
thank you very much
Well … that’s not Multisite for one.