I am using MSM and on my second site, sometimes the rendered templates don’t load and they just get stuck. The end result is a timeout. This behavior also happens when I use a logout path link which does not involve my template code. This is strange since it happens only sometimes and it happens on all pages that are rendered by EE for that site. My original site doesn’t have this problem. I think my index.php file is not set-up properly. Here are my settings
$system_path = '../public_html/system';
$assign_to_config['site_name'] = 'title';
$assign_to_config['cp_url'] = 'https://www.example.com/admin.php';
$assign_to_config['site_url'] = 'https://www.example.com/';Is adding https causing the problem as my other site uses http? I want my entire second site to be encrypted. Any ideas? Thanks in advanced.