• The error:

    This page isnt working
    extragoodfeel.com redirected you too many times.
    Try clearing your cookies. ERR_TOO_MANY_REDIRECTS
    This happened when Permalink Settings is Post name. There is no problem when Permalink Settings is Plain.

    Tried many methods such as disabling redirections and update the polylang but no luck.

    .htaccess:

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Chouby

    (@chouby)

    Hi,

    Try with Twenty Seventeen + Poylang and no other plugins activated. Then activate your theme, your child theme an other plugins until you repriduce the issue.

    Thread Starter wckit1

    (@wckit1)

    Thanks!

    I found this problem happened in IIS but not in Apache (linux).

    Pls advise.

    Plugin Author Chouby

    (@chouby)

    Hi,

    I have no experience (no access) to IIS.

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

The topic ‘ERR_TOO_MANY_REDIRECTS’ is closed to new replies.