• Hi,

    We are getting an error when we go to the About Us page.

    I can’t see any reason for this in the CMS.

    Does anyone have any ideas?

    Thanks,
    Tara

    • This topic was modified 3 years, 8 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • sab

    (@sainikbiswas)

    Hi @tararobertson the url you mentioned redirects to the insecure version of the same about us page which is most probably creating a redirect loop. This is a 301 Redirect that is being generated when you are trying to open this URL which is causing the problem. Remove the direct and the problem should go away.

    https://www.gatewaystorage.co.nz/about-us/

    Here is an output of the curl command which shows the problem. Look at the location header where the url is redirecting to

     curl --head https://www.gatewaystorage.co.nz/about-us/
    
    HTTP/1.1 301 Moved Permanently
    Date: Mon, 12 Jul 2021 11:25:48 GMT
    Server: Apache/2.4.48 (cPanel) OpenSSL/1.1.1k mod_bwlimited/1.4
    X-Powered-By: PHP/7.4.20
    Vary: Accept-Encoding,Cookie
    Location: https://www.gatewaystorage.co.nz/about-us/
    Content-Type: text/html; charset=UTF-8

    Hope this helps.

    Thread Starter tararobertson

    (@tararobertson)

    Thanks, I found the redirect that was causing the issue.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page isn’t working too many redirects’ is closed to new replies.