Support

Account

Home Forums General Issues How do I fix SSL issue

Unread

How do I fix SSL issue

  • Why my site is not SSL? I have already put the code in .htaccessfile. I have also gone through a tutorial WordPress SSL and added the same code but I think it’s not working or what? If I put https link then it works but when I put http link it not redirect to https. Anybody knows what the issue here?

    <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteCond %{HTTPS} off
        RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
    </IfModule>
Viewing 1 post (of 1 total)

The topic ‘How do I fix SSL issue’ is closed to new replies.