• hempspato

    (@hempspato)


    Good Morning.

    My site was working normally and suddenly my home page stopped working, ERR_TOO_MANY_REDIRECTS is displayed.

    I did not do any updates and I did not install any plugins.

    All other pages work normally.

    Solutions I’ve tried:

    – I do not have any redirection plugin installed.
    – I have cleared cache.
    – Un activated all plugins.
    – Site URL’s are the same.
    – Database URL’s are the same.

    Here in the forum I found a similar problem but the solution offered unfortunately had no effect.
    (Add to your functions.php

    remove_filter (‘template_redirect’, ‘redirect_canonical’); )

    I have inserted the chrome extension “redirect path” and when I test the home page it shows several “301 redirects” and again this is repeated only on the homepage.

    Please help me, I do not know what to try anymore.

    Wordpress Version 5.1.1

    • This topic was modified 5 years ago by hempspato.
    • This topic was modified 5 years ago by hempspato.
    • This topic was modified 5 years ago by hempspato.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • BakemyWP

    (@bakemywp)

    Hello!

    Please if you have server access take a backup of your .htaccess file and delete it to see if the page is working properly. If not please update this ticket.

    Thread Starter hempspato

    (@hempspato)

    Hello!

    Thank you for your support

    I deleted the htacess file and the error changed:

    Now it shows ERR_CONNECTION_TIMED_OUT error

    The biggest difference is that all pages have stopped working, including the wordpress control panel.

    BakemyWP

    (@bakemywp)

    Please be sure that your .htaccess file contains only this piece of code

    # 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
    Thread Starter hempspato

    (@hempspato)

    This is exactly what you have in the file, nothing more

    # 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>

    • This reply was modified 5 years ago by hempspato.
    Thread Starter hempspato

    (@hempspato)

    Even returning the file to the folder, the site does not open anymore, continues with the error

    ERR_TIMED_OUT

    BakemyWP

    (@bakemywp)

    As I can see your front page now seems to work.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘ERR_TOO_MANY_REDIRECTS Only Home page’ is closed to new replies.