Please forgot the domain “hibrise” i have given it as a example.
Problem : “Error establishing a database connection”
once i had done changes as you mentioned in reply (www).
still.”Error establishing a database connection” remain
phpmyAdd:
home and siteurl : https://www.sparker.in
wp-config.php
define(‘WP_ALLOW_MULTISITE’,true);
define(‘MULTISITE’, true);
define(‘DOMAIN_CURRENT_SITE’, ‘www.sparker.in’);
define(‘PATH_CURRENT_SITE’, ‘/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
Current working output scenario :
for example:
wp-config.php:
define(‘WP_ALLOW_MULTISITE’,true);
define(‘MULTISITE’, true);
define(‘DOMAIN_CURRENT_SITE’, ‘10.10.10.10’);
define(‘PATH_CURRENT_SITE’, ‘/~sparkeri/’);
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOG_ID_CURRENT_SITE’, 1);
phpMyAdmin:
home and siteurl : https://10.10.10.10/~sparkeri/
Expecting outcomes is:
(WPMU) WordPress MultiSite features
https://www.sparker.in
https://www.sparker.in/site1
https://www.sparker.in/site2
…etc.
but,now if we used,
https://www.sparker.com it will automatically redirect to (i.e) 10.10.10.10/~sparkeri/