Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi! According to this message:

    orestone.net redirected you too many times.
    Try clearing your cookies.
    ERR_TOO_MANY_REDIRECTS

    Your website is in a redirect chain/ loop (kind of). This mean you have some redirect rules like:
    1 – x redirect to y
    2 – y redirect to x

    or more practical example:
    1 – http redirect to https
    2 – non www https redirect to www with http

    You can check your .htaccess file for these.

    I don’t know if any of this apply to you but hope this helps 🙂
    Regards

    Thread Starter zappoboy

    (@zappoboy)

    Hi and thanks for the answer.
    A loop I think is correct but WHERE? And WHY staying up for 20 minutes as UptimeRobot shows? Then down for longer time and then up 20 minutes again.
    I tried to delete the .htaccess, same problem
    I tried to make a minimized .htaccess including only WP standard:
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    Did not help
    I use the same SSL plugin, “Really simple SSL”. I use this on all my 7 web sites and it works very well. It changes Http to Https. Tried another SSL plugin, did not help.

    Sorry but thanks anyway
    /Jan

    Thread Starter zappoboy

    (@zappoboy)

    Problem solved
    It was NoIP that caused the problem. IP updated yesterday and web site been up on Uptimerobot since.
    To me, it is a mystery why, because NoIP is only for my work station, my Apache server has its own fixed IP?????

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

The topic ‘http error’ is closed to new replies.