1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

ERR_TOO_MANY_REDIRECTS

Discussion in 'Apache' started by yourwish, Mar 29, 2017.

  1. #1
    i have wearied problem. My site does not load on mobile devices. I got error message "ERR_TOO_MANY_REDIRECTS". Site loads perfectly on desktop. There is no redirect in .htaccess file. Can anybody tell me what can be the problem?
     
    yourwish, Mar 29, 2017 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,500
    Likes Received:
    4,460
    Best Answers:
    123
    Trophy Points:
    665
    #2
    What is the url?
     
    sarahk, Mar 29, 2017 IP
  3. owlowl153

    owlowl153 Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    3
    #3
    Hello! this complex question. Here it is necessary to think ...
     
    owlowl153, Apr 4, 2017 IP
  4. RHS-Chris

    RHS-Chris Well-Known Member

    Messages:
    1,007
    Likes Received:
    35
    Best Answers:
    10
    Trophy Points:
    150
    #4
    Hello there,

    I've seen this happen on sites that have been compromised, they have the injection set to only target mobile users. Check your sites files for anything suspicious, run a WordFence scan. You can also use a browser plugin to "trick" your site to showing you the mobile version on your desktop. I use one called "Go-Mobile" for FF.

    Regards,
    Chris
     
    RHS-Chris, Apr 5, 2017 IP
  5. nsb2006

    nsb2006 Active Member

    Messages:
    12
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    53
    #5
    Imagine you're using a Load Balance, you need to change the redirect code in .htaccess file:

    RewriteEngine on
    RewriteCond %{HTTP:X-Forwarded-Proto} !https
    RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    Code (markup):
    If not, check with a website head info tool by entering your destination URL such as http://www.webconfs.com/http-header-check.php

    If there's a redirect then double check your .htaccess config, if not you might need to make further dig on website source.
     
    nsb2006, Apr 13, 2017 IP
  6. gliders

    gliders Greenhorn

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #6
    Hey,

    The mentioned error that you are getting because you have specified unnecessary URL redirect, if you are using any control panel like cpanel check you have specified any redirect option there also, check in your database base/home/site url(for example if you have a wordpress site) that you have correctly specified the URL.

    Moreover, check your .htaccess and confirm you are not dealing with more than one url redirect.
     
    gliders, May 2, 2017 IP