Skip to main content

Redirect Loop Error When Redirecting http to https

Comments

3 comments

  • Jcats
    There is most likely a PHP redirect happening, are you using a CMS like WordPress?
    0
  • cPanelMichael
    Hello :) Are there any other custom Mod_Rewrite rules in the .htaccess file that could be conflicting with the redirect you configured? Thank you.
    0
  • cyberview
    redirect http to https
    redirect http to https .htaccess RewriteEngine On RewriteCond %{HTTPS} !on RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
    0

Please sign in to leave a comment.