• On my page is showing http links instead of https
    I tried to change directly in the database but didn’t work.
    I found this line on the plugin which uses http

    $current_url = set_url_scheme( ‘https://’ . $_SERVER[‘HTTP_HOST’] . $_SERVER[‘REQUEST_URI’] );

    in the file class.tabular.php

    can anyone confirm if I change it to https will work?

  • The topic ‘Http to https://’ is closed to new replies.