We have a fresh install of EE 1.6.2 build 20080206 on an EngineHosting account that won’t behave. Installed MSM and configured according to the docs. Attempts to view the secondary site result in random redirects to the primary site.
2 sites: westender (primary) & mondaymag (secondary). Path.php (and index.php) exists in secondary site’s root folder and includes these lines:
$site_url = "http://www.weekinthereview.com";
$site_name = "mondaymag";
$site_index = "index";(note temp URL in $site_url)
Path.php for primary site exists in EE root and contains the following:
$site_url = "http://www.kingstonview.org";
$site_name = "westender";
$site_index = "index";$site_name in both match site short names.
Following information found in previous forum threads, we refreshed the build today and cleared caches with no luck.
It appears that others have run into something similar before but their fixes don’t apply here. Any help would be greatly appreciated. Thank you.
-Seth