• Hi all!

    As the title says it causes trouble is the case of multi-site.

    I can see my homepage mydomain.com and I can log on mydomain.se / wp-admin and mindomän.se / wp-admin / network

    I created all my various sub-Directory and will go to their wp-admin, but when I go here I get this message:

    Error 310 (net :: ERR_TOO_MANY_REDIRECTS): There were too many redirects.

    As I see it may be due to two errors, which I can not fix. It can of course be more.

    The first I have changed hosting companies and they do not use www in front of my domain. Usually I have http://www.mydomain.com, but they use as I say not www and somehow it becomes a faulty connection when one wants it to be the www and the other wants it not to be.

    The second I checked in my wp-conig.php and found:

    CODE: SELECT ALL
    define (‘WP_DEBUG’, false);
    define (‘MULTI SITE’, true);
    define (‘SUBDOMAIN_INSTALL’, false);
    $ base = ‘/’;
    define (‘DOMAIN_CURRENT_SITE’, ‘www.mydomain.com’);
    define (‘PATH_CURRENT_SITE’, ‘/’);
    define (‘SITE_ID_CURRENT_SITE’, 1);
    define (‘BLOG_ID_CURRENT_SITE’, 1);

    What I am reacting to is the fact that it says subdomain here and not subdirectorys. Should not in any way to tell that it’s what I use?

    I hope someone can answer my question. I have a pretty active site and do not want to lose too many readers ..

    Cheers
    / / Nils

  • The topic ‘Problem with multisite’ is closed to new replies.