Comment to 'Solved: HTTPS Redirection'
  • Many thanks Jose Sadel 

    Follow the steps and added:

        from HTTP to HTTPS added by Jose Sadel

        RewriteCond %{HTTPS} !=on

        RewriteRule .* https://mydomain.com%{REQUEST_URI} [R,L]

        Ends

    But giving me "ERR_TOO_MANY_REDIRECTS"

    Deleted cookies, but same problem.

    Any hint over this?

    Thanks a lot!

    • Many thanks Jose Sadel 

      Follow the steps and added:

          from HTTP to HTTPS added by Jose Sadel

          RewriteCond %{HTTPS} !=on

          RewriteRule .* https://mydomain.com%{REQUEST_URI} [R,L]

          Ends

      But giving me "ERR_TOO_MANY_REDIRECTS"

      Deleted cookies, but same problem.

      Any hint over this?

      Thanks a lot!

      Try applying one solution at the time, and test it.

      image_transcoder.php?o=bx_froala_image&h=4920&dpx=1&t=1615864419

      Maybe you don't need to modify the htaccess file if the first solution works.

      • Hello Jaduho !

        After this change, you need to clear the content of the cache and cache_public folders.

        • Many thanks Jose Sadel 

          Follow the steps and added:

              from HTTP to HTTPS added by Jose Sadel

              RewriteCond %{HTTPS} !=on

              RewriteRule .* https://mydomain.com%{REQUEST_URI} [R,L]

              Ends

          But giving me "ERR_TOO_MANY_REDIRECTS"

          Deleted cookies, but same problem.

          Any hint over this?

          Thanks a lot!


          Try applying one solution at the time, and test it.

          image_transcoder.php?o=bx_froala_image&h=4920&dpx=1&t=1615864419

          Maybe you don't need to modify the htaccess file if the first solution works.

          I'm glad you've  figured out :)

          I knew there were other server redirects somewhere in cPanel and therefore i had suggested (on my earlier reply above) to only apply the una secure default. Nice! 🙂