• Hi, what could be with my pages?

    ERR_TOO_MANY_REDIRECTS https://www.mysite.com/wp-admin

    https://www.mysite.com/ – working

    Disabling plugin – does not work.
    phpmyadmin wp_options: site: https://www.mysite.com home: https://www.mysite.com

    Cookies cleanup does not help

    My .htaccess

    # BEGIN Far Future Expiration Plugin
    # BEGIN Expire headers
    <ifModule mod_expires.c>
    ExpiresActive On
    ExpiresDefault "access plus 5 seconds"
    ExpiresByType image/x-icon "access plus 604800 seconds"
    ExpiresByType image/jpeg "access plus 604800 seconds"
    ExpiresByType image/png "access plus 604800 seconds"
    ExpiresByType image/gif "access plus 604800 seconds"
    ExpiresByType application/x-shockwave-flash "access plus 604800 seconds"
    ExpiresByType text/css "access plus 604800 seconds"
    ExpiresByType text/javascript "access plus 604800 seconds"
    ExpiresByType application/javascript "access plus 604800 seconds"
    ExpiresByType application/x-javascript "access plus 604800 seconds"
    #ExpiresByType text/html "access plus 600 seconds"
    #ExpiresByType application/xhtml+xml "access plus 600 seconds"
    </ifModule>
    # END Expire headers
    
    # END HTTPS Redirection Plugin
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    
    </IfModule>
    
    # END WordPress
Viewing 1 replies (of 1 total)
  • Hi Mantasve11,
    Some users have experienced the ERR_TOO_MANY_REDIRECTS issue after updating to 4.4.1. It sounds like that from what you are describing.

    cPanel users may find wp-admin blocked due to a recent update to their server’s mod_security rules. Please contact your hosting provider if you encounter this.
    Technical Details: Hosting providers who subscribe to Comodo WAF for their mod_security rules recently received an updated set of rules containing specifically rules #214620 and #214940, which are causing this problem.
    You may also find that the official rules, in particular #981004 now also triggers on the WordPress admin panel.
    Comodo is aware of the issue and working on a fix for their rules. The official mod_sec rules have also been reported for false positives, but it will be up to the hosting providers to apply these fixes.

    Source: Issues Since 4.4.1

    I suggest contacting your host and ask them to apply the fixes about.

Viewing 1 replies (of 1 total)
  • The topic ‘ERR_TOO_MANY_REDIRECTS WP-ADMIN’ is closed to new replies.