EE: 2.1.0
Build: 20100810
-
Hello,
I’m running three sites with MSM, my intention is to allow independent login for the second and third sites. For “site2” I have this inside it’s directory:
admin.php:
$system_path = ‘../renamed_system_file’;
index.php:
$system_path = ‘../renamed_system_file’;
$assign_to_config[‘site_name’] = ‘site2’;
$assign_to_config[‘cp_url’] = ‘http://www.site2.com/renamed_system_file.php’;
If I go to www . site2 . com/renamed_system_file.php all I get is the “System Offline” template, but no CP login option.
Thank you,
Abraham