title not updated for http and https

#201102
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for any inconvenience this issue may have caused you.

    I’ve checked both pages, and the title seems to be the same. You can also verify it using this tool.

    However, we always recommend redirecting your site to its final version for HTTP to HTTPS.

    You can install a plugin to do that like the Really Simple SSL or via .htaccess method. You can get in touch with your web host for this kind of redirect.

    I hope that helps.

    Thank you, and please don’t hesitate to contact us anytime if you need further assistance with anything else.

    when i enter http://www.mindzoffer.in/amazon-quiz-answers this link its not redirect to http://www.mindzoffer.in/amazon-quiz-answers this. I mean to say with HTTP not redirect to HTTPS. can you check this

    Hello,

    Thank you for the update.

    The steps I’ve recommended above will help you redirect your http to https version of your site. Here’s a different approach using the .htaccess method:

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

    Furthermore, you should get in touch with your host regarding these redirects since .htaccess is a sensitive file. Please also generate a backup of that file before modifying it.

    I hope that helps.

    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

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

The ticket ‘title not updated for http and https’ is closed to new replies.