ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Urgent MSM login redirect issue

May 08, 2012 7:00pm

Subscribe [1]
  • #1 / May 08, 2012 7:00pm

    pushloop

    422 posts

    Hey guys

    This question relates to an issue described in this thread: http://ellislab.com/forums/viewthread/210667/

    I’m having the same issue. I could live with the ACT redirect going through Site 2 before going back to Site 1, but in my case the redirect is going through an old test domain name. I’ve checked and double-checked my index.php and other files, so my question now is if there is another place besides the index.php-file where the ACT-function picks this old domain up, which I obviously must have overlooked?

    /A

  • #2 / May 09, 2012 4:23pm

    Dan Decker

    7338 posts

    Hi André,

    I’m sorry for the trouble this is causing!

    Have you combed through the Control Panel of each site looking for references to that old domain?

    The areas that stand out are listed in Step 9 of Moving ExpressionEngine to Another Server.

    Once you have checked all of those URLs/paths in each site, let me know if the issue persists.

    Cheers,

  • #3 / May 09, 2012 5:16pm

    pushloop

    422 posts

    The bad news is that the redirect through the other site still occurs.
    The good news is that the old domain issue seems to have been a caching issue that has now gone fishing 😊

  • #4 / May 14, 2012 5:40pm

    Dan Decker

    7338 posts

    Hi André,

    Are you seeing the redirect behavior on the front end or the Control Panel?

    What version of ExpressionEngine and MSM are you using?

    Do you have individual CPs set up for each site, or do you login to them all through /system/index.php ?

    Cheers,

  • #5 / May 17, 2012 2:23pm

    pushloop

    422 posts

    Hi Dan

    The redirect occurs font-end only.

    Running 2.4.0, build 20120123

    Individual CP’s set up, yes - Site1.com/admin.php and Site2.com/admin.php

  • #6 / May 22, 2012 2:56pm

    Dan Decker

    7338 posts

    Hi André,

    I missed the version of MSM you are using. Can you make sure that it is version 2.1.2?

    Here is an example of what a typical set of MSM file look like:

    //CONFIG//
    $config['cp_url'] = "http://engine.dev/admin.php";
    $config['doc_url'] = "http://ellislab.com/expressionengine/user-guide/";
    $config['is_system_on'] = "y";
    $config['allow_extensions'] = "y";
    $config['site_label'] = "Test 23";
    $config['cookie_prefix'] = "";
    $config['multiple_sites_enabled'] = "y";
    
    index.php and admin.php site 1
    NO CHANGES
    
    index.php and admin.php site 2
    $system_path = '../system';
    /*---------------------------*/
    $assign_to_config['site_name']  = 'msm_test';
    $assign_to_config['cp_url'] = 'http://msm.dev/admin.php';
    $assign_to_config['site_url'] = 'http://msm.dev';
    
    --- admin ---
    $system_path = '../system';
    /*---------------------------*/
    $assign_to_config['site_name']  = 'msm_test';
    $assign_to_config['cp_url'] = 'http://msm.dev/admin.php';

    If your files look similar, we may want to get a closer look to see what the issue is.

    Cheers,

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases