• Hi,

    I have just ‘switched’ to multisite and I was trying to fix Google Analytics. I realized adding new plugins can only be done through the network admin dashboard but when I click on ADD NEW plugin I get this message:

    ERR_TOO_MANY_REDIRECTS

    How can I fix this?

    P.S I’m not a computer genius or developer.

    Thank you,

    Lexi

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator bcworkz

    (@bcworkz)

    Double check that your edits to .htaccess are as described in Tools > Network Setup and that the old single site WP rules have been removed. For reference, these are typically the old single site rules you do not want anymore:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    While you are looking at .htaccess, look for any other rules that might involve redirecting or rewriting “/wp-admin/plugin-install.php” in whole or in part.

    Type into your browser’s address bar {your-domain-name}/wp-admin/options.php which gives you an alphabetical list of all options. Find the “home” and “siteurl” options and be sure they are correct for your principal site’s domain, including the https://, but without a trailing /.

    If you still have trouble, try using your browser’s network developer tool to see what URLs are being redirected to what. This may not be useful for this type of error, but it’s worth a look in case it is.

    I’m facing same issue, did urs got resolved?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multisite – add new plugin – ERR_TOO_MANY_REDIRECTS’ is closed to new replies.