ERR_TOO_MANY_REDIRECTS

#82562
  • Resolved ARISE HOMES
    Rank Math free

    Hi, Good Evening,

    My website name is arisehomes.in

    For better website speed, I had activated Cloudfare CDN for the same which enabled www . Website speed reduced thereon.
    To remove www, I added following in .htacess
    # Remove www from any URLs that have them:
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^www\.
    RewriteRule ^(.*)$ http://arisehomes.in/$1 [R=301,L]

    I added above after # END WordPress

    As per GTMetrix, There are 2 redirects

    http://arisehomes.in/ redirects to https://arisehomes.in/
    https://arisehomes.in/ redirects to https://www.arisehomes.in/

    Please help me in restoring my website, which show the following presently :

    This page isn’t workingarisehomes.in redirected you too many times.
    Try clearing your cookies.
    ERR_TOO_MANY_REDIRECTS

    Regards,
    Brajesh

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    Thank you for getting in touch with us.

    This is the correct code for making your www version of the website redirect to the non-www version:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www.arisehomes.in [NC]
    RewriteRule ^(.*)$ https://arisehomes.in/$1 [L,R=301]

    Then, in WP > Settings > General – make sure the https version of your website is updated.

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Thanks for your prompt reply. But I am unable to access Wp admin or even open my website
    arisehomes.in

    I am getting this response when trying to log in to wp admin :

    This site can’t be reached
    arisehome.in’s server IP address could not be found.
    Try running Windows Network Diagnostics.
    DNS_PROBE_FINISHED_NXDOMAIN

    and while opening my website arisehomes.in, below message appears :

    This page isn’t workingarisehomes.in redirected you too many times.
    Try clearing your cookies.
    ERR_TOO_MANY_REDIRECTS

    Regards,
    Brajesh

    Awaiting a reply from you, Uzair.

    Thanks

    I can see that other pages are opening except the homepage.

    Hello,

    Thank you for the follow up.

    You can access edit your .htaccess file via FTP and add the code provided. If you don’t know how, please get in touch with your host to guide you.

    Looking forward to helping you. Thank you.

    ​​​​​​

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

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

The ticket ‘ERR_TOO_MANY_REDIRECTS’ is closed to new replies.