Skip to main content

http to https

Comments

3 comments

  • 24x7server
    Hi, Try adding below codes in the .htaccess file to see if it works for you. RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ {HTTP_HOST}%{REQUEST_URI} [R,L]
    0
  • canou83
    Ih 24x7sever. I tried this :
    RewriteCond %{HTTPS} off RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    It seems to work
    0
  • cPanelJasonT
    Hello, Thanks for the update. It does appear that the solution has been found here.
    0

Please sign in to leave a comment.