• I am setting up a WordPress 3 MultiSite network.

    The install went OK and I can view the SuperAdmin Screen. I can also add new sites (i’ve added two. There is no content or postings as of yet. I am just trying to test the structure.

    I can view the main site OK, but when I click on either new sites, I get an INTERNAL SERVER ERROR:

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, webmaster@amnesiacreativa.giorgioguzzetta.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    I wrote to the guys at the host service and this was their answer:

    I’m seeing this in your error logs:
    [Mon Sep 17 03:04:07 2012] [error] [client 24.205.94.48] Request exceeded
    the limit of 10 internal redirects due to probable configuration error.
    Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use
    ‘LogLevel debug’ to get a backtrace.
    [Mon Sep 17 03:04:07 2012] [error] [client 24.205.94.48] Request exceeded
    the limit of 10 internal redirects due to probable configuration error.
    Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use
    ‘LogLevel debug’ to get a backtrace.
    [Mon Sep 17 03:05:36 2012] [error] [client 75.82.120.161] Request
    exceeded the limit of 10 internal redirects due to probable configuration
    error. Use ‘LimitInternalRecursion’ to increase the limit if necessary.
    Use ‘LogLevel debug’ to get a backtrace.
    [Mon Sep 17 03:05:36 2012] [error] [client 75.82.120.161] Request
    exceeded the limit of 10 internal redirects due to probable configuration
    error. Use ‘LimitInternalRecursion’ to increase the limit if necessary.
    Use ‘LogLevel debug’ to get a backtrace.
    [Mon Sep 17 03:05:41 2012] [error] [client 75.82.120.161] Request
    exceeded the limit of 10 internal redirects due to probable configuration
    error. Use ‘LimitInternalRecursion’ to increase the limit if necessary.
    Use ‘LogLevel debug’ to get a backtrace.
    [Mon Sep 17 03:05:41 2012] [error] [client 75.82.120.161] Request
    exceeded the limit of 10 internal redirects due to probable configuration
    error. Use ‘LimitInternalRecursion’ to increase the limit if necessary.
    Use ‘LogLevel debug’ to get a backtrace.

    That along with the immediate 500 error suggests that the issue lies in
    your .htaccess or WordPress settings. We can’t troubleshoot those for
    you, so you’ll need to work with your developer to figure that out.

    This was the first time I am using multisite and probably I did something wrong I am not aware of! any suggestions?

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

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    What’s in your wp-config.php?

    amnesiacreativa.giorgioguzzetta.net loads fine for me…

    Thread Starter guzzettg

    (@guzzettg)

    thanks for the reply

    yes, the main one works fine. but the new site, such as amnesiacreativa.giorgioguzzetta.net/research
    or
    amnesiacreativa.giorgioguzzetta.net/teaching
    do not work

    Here is my wp-config.php

    define('WP_ALLOW_MULTISITE', true);
    
    define('MULTISITE', true);
    define('SUBDOMAIN_INSTALL', false);
    $base = '/';
    define('DOMAIN_CURRENT_SITE', 'www.amnesiacreativa.giorgioguzzetta.net');
    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

    Two things: Please use the code tags in the future 🙂 Also? Do not ever EVER post your hashes and salts. They need to be secret.

    Now.

    Your MAIN site is www.amnesiacreativa.giorgioguzzetta.net

    And thats a problem. Never use www like this. It should always be amnesiacreativa.giorgioguzzetta.net (or giorgioguzzetta.net), but never use the www. It can cause these errors.

    Undo Multisite (it’s brand new and nothing works, so you won’t lose anything). Start over, and this time, make 100% sure you do not use www.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘multisite server error’ is closed to new replies.