HTTPS/HTTP

#151730
Viewing 7 replies - 1 through 7 (of 7 total)
  • Anas
    Rank Math business

    Hello,

    Thank you for contacting Rank Math, and sorry for any inconvenience caused.

    You need to ask your web host to activate an SSL certificate for your domain, or you can choose to go with Cloudflare.

    After the SSL certificate is activated, install and activate the Really Simple SSL plugin on your site.

    I hope this helps. Looking forward to helping you.

    I remove my website from Cloudflare and after removing Cloudflare but latest and old Post redirect in HTTP to HTTPS form? (and this issued low my SEO audit as double links error) now, how do I remove all links from HTTPS. and I am not busy with any SSL certificate?

    Hello,

    Thanks for getting back to us.

    Please follow the instructions, if you want to redirect from HTTPS to HTTP after removing the Cloudflare.

    1. Navigate to Settings > General Settings and enter an appropriate address with HTTP at the beginning.
    URL settings
    Note: Make sure that you insert the URL of your website. The image is just for illustration purposes.

    2. Locate following lines in your wp-config.php and make sure it is set to false:
    define(‘FORCE_SSL_ADMIN’, false);
    define(‘FORCE_SSL’, false);

    3. Please modify the .htaccess file with the following snippet:

    
    RewriteEngine On
    RewriteCond %{HTTPS} on
    RewriteRule ^ http://% {HTTP_HOST} %{REQUEST_URI} [R=301, L, NE]
    

    Hope that helps, and please do not hesitate to let us know if you need further assistance.

    RewriteEngine On
    RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    It is Already HTTP

    Hello,

    Thank you for following up.

    I’ve checked your posts on the website listed in your account, and it seems that they are already set to HTTP. Could you try clearing your website and browser’s cache as well?

    However, if the issue still persists, you can coordinate this to your web host as they are in a better position to help you redirect your whole website from HTTP to HTTPS.

    I hope that helps. Thank you, and please don’t hesitate to contact us if you need further assistance.

    I am already clear by clearing the cache. when I audit my website in Ahrefs SEO tools it shows me HTTPS pages linking to HTTP pages on your website.

    but I am using any SSL certificate in my Website ?

    Hello,

    Thank you for following up.

    Please note that Ahrefs doesn’t recommend the HTTP protocol for your website as it does not provide the integrity and confidentiality of data between your visitor and your site. You can also check this link for reference:
    https://help.ahrefs.com/en/articles/2442569-what-does-https-to-http-redirect-warning-mean-in-site-audit

    but I am using any SSL certificate in my Website ?

    You can ask your web host to check if you still have SSL for your website. Some web host automatically applies the forcing of your website from http to https upon activating the SSL.

    I hope that helps. Thank you, and please don’t hesitate to contact us if you need further assistance.

    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 7 replies - 1 through 7 (of 7 total)

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