• Hello,

    Help me!

    I failed to fix my this problem. Http to https redirect.

    Actually recently I updated my website with SSL certificate in that everything is done.
    I have added redirect code in my .htaccess file.

    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

    But only Homepage working perfect.
    It’s automatically redirecting
    http://www.lyricstake.com to
    https://www.lyricstake.com

    But all others page/post did not get redirecting.

    I am using your plugin, please give me solution for all page redirecting.

    I want redirect my all post automatically.
    Example:
    http://www.mysite.com/post/ to
    https://www.mysite.com/post/

    Help me

    Thanks
    Imran

    The page I need help with: [log in to see the link]

The topic ‘How Can Redirect All Post/Page In Http to Https’ is closed to new replies.