HTTP to HTTPS issues

#66186
  • Resolved Don Allen
    Rank Math free

    My client has just installed an SSL certificate. The site is all converted to HTTPS but I’m still getting the connection not secure message in Chrome and Firefox with no lock in Safari.

    The only place http shows in the code now is in the RankMath script.

    How can I make sure this is changed?

    Thanks In Advance

    Don

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

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    Would you please let us know where the issue is happening so we can check.?
    Please share with us the site URL in the sensitive section.

    You should also consider adding a http to https redirection adding the following in Rank math > General setting > htaccess.

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

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Hello,

    I have updated the sensitive data as requested. Can you please check further?

    Thank you.

    Hi

    Sorry to bother you again. Where should I paste this in the htaccess file?

    Underneath the # END WordPress and before the PHP or just at the end?

    Thanks

    Hello,

    You can just paste it at the end after everything else.

    Let us know if we can close the thread. Do not hesitate to ask if you need our assistance with anything else.

    ​​​​​​

    Hi

    Thanks again for your help. All done, and yes, please close the thread.

    Hello,

    We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.

    If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.

    If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

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

The ticket ‘HTTP to HTTPS issues’ is closed to new replies.