Skip to main content

Too Many Redirects

Comments

2 comments

  • quietFinn
    Try adding this code to the .htaccess file: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    0
  • cPanelLauren
    @sola Let us know if the advice provided by @quietFinn helps.
    0

Please sign in to leave a comment.