• Resolved mdimran786

    (@mdimran786)


    Hello

    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 wordpress please giving me solution for url redirecting. Http to https

    Help me

    Thanks
    Imran

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How can redirect my all Page/Post in Http to Https’ is closed to new replies.