Hi there,
I am having an interesting issue. Ive successfully installed WP Hive and have two blogs setup with it. The initial blog was setup within the primary directory of an add on domain. Both sites are working great - the second blog points directly to the root directory of the first blog so that it has access to the core files.However the problem I'm running into is that I need to establish unique values for define(’WP_SITEURL’, ‘http://www.sample.com’);
define(’WP_HOME’, ‘http://www.sample.com’); for each website so that the adsense for each site works correctly upon loading the initial index.php file.
Is there a way for the me to set those values, individually for each site, within the same wp-configuration.php file? If I set define(’WP_SITEURL’, ‘http://www.sample.com’);
define(’WP_HOME’, ‘http://www.sample.com’); for just the first site, then when I attempt to visit the second site it auto directs to the first site, because it's drawing from this same wp-config file.
Any advise would be helpful!
