Home Forums WordPress Plugins Hide My WP SSL is dosent work with plugin ?

This topic is: not resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4341
    yasinyildiz
    Post count: 1

    Hey, when i try to enter my web site like http://www.ilyadatur.com it dosent redirect like https://www.ilyadatur.com i am using ssl and i wanna use my web site https://

    i edited .htaccess it is work but this time plugin dosent work . all right i need a solution. do you suggest anything ?

    #4349
    Suman M.
    Post count: 12480

    Hi, is it that http is not being redirected to https when you activate HMWP? You said, you edited htaccess and then it’s working/ What exactly did you edit? Can you please post the htaccess content here (when the redirect is working fine)?

    #4361
    yasinyildiz
    Post count: 1
    This reply has been marked as private.
    #4371
    Suman M.
    Post count: 12480

    Try adding these 2 lines just above

    RewriteCond %{HTTPS} off
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]

    Let us know the result.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.