• angelotus2024

    (@angelotus2024)


    Hello,

    I have a WordPress Multsite enviroment. When adding a new site, I cannot access wp-admin of that site, due to ERR_TOO_MANY_REDIRECTS.

    I have checked my HTaccess. But everything looks fine.

    I have checked the config.php. But everything looks fine.

    I have disabled all plugins. No solution for the problem.

    I have checked the error log. There is no clear error that is specifically for this problem.

    I use plugins: WP rocket, Redirection, Pretty Links, a variety of Fluent apps, ACF

    Somehow I cannot find what is causing the problems. I can access the frontend (see link). But that looks weird. I cannot access the backend.

    Please help.

    • This topic was modified 4 months ago by James Huff. Reason: moved to Networking WordPress since this is a multisite issue

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • parthbackstagedev

    (@parthbackstagedev)

    It seems that you have set up a path-based network as /en/. It appears the network site URL is not configured correctly. Can you please try the following steps:

    • Access the network site admin and ensure it’s correctly configured for multisite.
    • Update the “Site Address (URL)” and “Home” fields in Network Admin to exclude www.
    • Clear both server-side caches and your browser cache.
    • Use browser tools to identify the source of the redirection issue.
    • Review server settings for any www-related redirects.

    For further assistance, refer to the following link: WordPress Multisite Administration – .htaccess and mod_rewrite.

    Thanks!

    Thread Starter angelotus2024

    (@angelotus2024)

    Thanks for replying to my support question.

    All bulletpoints have been already checked. All settings look fine, but problem remains… and moreover, the admin url of recently edit website remains the main admin url…

    • This reply was modified 3 months, 4 weeks ago by angelotus2024.
    Thread Starter angelotus2024

    (@angelotus2024)

    Config:

    /**

    ?* Multi-site

    ?*

    ?*/

    define( 'MULTISITE', true );

    define( 'SUBDOMAIN_INSTALL', false );

    define( 'DOMAIN_CURRENT_SITE', 'www.angelovanderklift.com' );

    define( 'PATH_CURRENT_SITE', '/' );

    define( 'SITE_ID_CURRENT_SITE', 1 );

    define( 'BLOG_ID_CURRENT_SITE', 1 );

    // wp-config.php, around line 83

    define('FORCE_SSL_ADMIN', true);

    if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false) {

    ? ? $_SERVER['HTTPS'] = 'on';

    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.