Originally I wanted to solve this problem:
In one of the MSM sites I set up a preview template for one of the channels. Clicking the “View” link brought me to a page that said I had to click a link to view the requested page. Not exactly user friendly.
I read in the forums that it could have to do with cookie settings, so I changed the cookie domain and the cookie path of all four MSM sites. Now I can’t log in to the CP anymore. I always get redirected to the login page.
I cleared the cache and cookies of my browser, didn’t help.
I put this in the config.php:
$config['cookie_prefix'] = "";
And this in the sites’ index.php:
$assign_to_config['cookie_path'] = '';
$assign_to_config['cookie_domain'] = '';Nothing seems to help.
The system is on EE 2.1.3, due to an exotic server setup it is extremely tedious to upgrade, so that is not an option at the moment.