• Resolved zappoboy

    (@zappoboy)


    Hi
    Migrated my website to a new server. All OK except that I have an Http error.
    Spent a day and tried everything that I know to no avail. Someone, please help
    It is not upload related. Tried to search on the net, not useful info.
    I run my own Apache server. Have 6 more web sites with no problems.
    Did all the normal settings in Permalink, Database, etc. Admin works well.
    Uptime Robot frequently is up and down. Interesting might be that uptime always is 20 minutes. My DNS provider has a TTL of 900 sec. Downtime varies from time to time. Despite monitor down my web site works intermittently.
    The web site is not always down according to https://www.uptrends.com/tools/uptime
    https://www.redirect-checker.org/ is up and down on both Http and https
    I use Lets’s Encrypt installed on my server.
    Test SSL at https://www.ssllabs.com/ shows all OK
    Memory limit 250M, time limit 300
    Plugins deactivated one by one, no difference, and the same plugins were used on the old server. Changed theme, no difference.
    Wordpress debug does not give any answers.

    I am stuck but sure someone in this forum have ideas.
    Thanks/Jan

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

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.