Support » Fixing WordPress » Avoid URL redirects

  • Resolved kike0128

    (@kike0128)


    Hello
    Can someone help me with an adjustment to improve my GTMetrix something
    I have an Avoid URL redirects with 1 redirect from http: // to htpps: //
    How can I remove it by .htaccess to eliminate this error.

    This is what is in my httacces
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond% {HTTPS} = on
    RewriteCond% {HTTP_HOST} ^ mydomain, cat

    Thank you
    kike0128

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sorta hard to control when folks type in http://yourwebsite.com it’s always and rightfully going to redirect to https:// and your GTMetrix are just going to report that. When you can start mind-controlling the WORLD, you can solve that problem! (Please let me know when that happens.)

    Make sure all internally-linked URLs in your WordPress settings, posts, pages, widgets etc. start with https:// to take care of the rest.

    Thread Starter kike0128

    (@kike0128)

    Okay
    I don’t think I can tell you when that happens in the world.

    Thank you for your support

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Avoid URL redirects’ is closed to new replies.