• Resolved nesben

    (@nesben)


    Just today we ran into a problem with our sites redirecting to www which then causes them to not display.

    The sites that we have mapped (test.samplesite.com) still work while the ones that are still subdirectories don’t work (ourdomain.com/sample).

    Upgraded to 3.1.2 over a week ago, I believe, so I don’t think that is the issue.

    Any help would be appreciated.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Check your wp-config.php file and see if the define( 'DOMAIN_CURRENT_SITE', 'yourdomain.com'); line has a www or not.

    Thread Starter nesben

    (@nesben)

    I checked that and it is fuzedblog.com without the www. Any other ideas what it could be? We set up MU through Plesk on Peer1’s servers if that makes a difference.

    define('WP_DEBUG', false);
    define('WP_ALLOW_MULTISITE', true);
    define( 'MULTISITE', true );
    define( 'SUBDOMAIN_INSTALL', false );
    $base = '/';
    define( 'DOMAIN_CURRENT_SITE', 'fuzedblog.com' );
    define( 'PATH_CURRENT_SITE', '/' );
    define( 'SITE_ID_CURRENT_SITE', 1 );
    define( 'BLOG_ID_CURRENT_SITE', 1 );
    /* That's all, stop editing! Happy blogging. */
    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    http://fuzedblog.com/ works… and http://www.fuzedblog.com redirects to fuzedblog.com … What am I missing here?

    Thread Starter nesben

    (@nesben)

    It must be something with my internet connection here because it won’t pull up on my computer, yet it works on my phone. Thanks for your help!

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Dump the browser caches and/or try a different browser?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Redirect Problem’ is closed to new replies.