Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi Mark, are you saying that when you installed this plugin you started receiving the error message you mentioned above? Did you try to uninstall and delete the plugin?

    I think that error has more to do with your .htaccess file? Have a look at this file and see what rules you have in it. One of those entries is causing your redirect issue as per your error message above.

    You might like to chat with your host about this problem.

    Thread Starter rimmer100

    (@rimmer100)

    Hi,

    yes once the plugin was installed, i have renamed the plugin but still get the error.
    I had a play with the .htaccess file and used one from a backup but stateted to get error 500… so i have put the too many redirects htacess file back.

    Thread Starter rimmer100

    (@rimmer100)

    Hi further to the above, i have been playing a bit more, i have renamed the htaccess file and now i can get in to the admin panel, so i have disabled the offending plugin or what i assume is. but still cant access the home page, this now comes up with error 500…. which does relate to the htaccess file im guessing because it doesnt exist

    this is a copy of the htaccess file after removing the http redirection settings created by the 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>
    <IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </IfModule>

    # Switch rewrite engine off in case this was installed under HostPay.
    RewriteEngine Off

    SetEnv DEFAULT_PHP_VERSION 53

    DirectoryIndex index.cgi index.php

    # BEGIN HTTPS Redirection Plugin
    # END HTTPS Redirection Plugin

    # END WordPress

    hopefully somebody can point me in the right direction to get the home page working now, oh and if it helps the domain is http://www.mad-4silver.co.uk

    cheers

    Mark

    Plugin Support mbrsolution

    (@mbrsolution)

    Hi Mark, did you also check Settings -> General Settings in the admin panel in your website? You also have change the URL to https:// for both WordPress Address (URL) and Site Address (URL).

    Thread Starter rimmer100

    (@rimmer100)

    yes all ok in the admin general http://www.mad-4silver.co.uk

    Thread Starter rimmer100

    (@rimmer100)

    Fixed it…. manually re-installing wordpress over the op fixed what ever this issue was.

    Many thanks for you help

    Plugin Support mbrsolution

    (@mbrsolution)

    I am happy to hear 🙂

    Can you mark this support thread as resolved.

    Thank you

    Thread Starter rimmer100

    (@rimmer100)

    will do

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

The topic ‘ERR_TOO_MANY_REDIRECTS’ is closed to new replies.