Redirect Issues
Hi all,
I am having a heck of a time getting a redirect to work and even knowing what type of redirect I should be using. I just bought an SSL certificate that requires a redirect. My hosting provider said to use a .htaccess redirect. The server I am using is Unix. The website is coded in html. I am trying to go from annpoulson.com to https://annpoulson.com. I have tried several code and none have worked. I'm not sure if I should be using a 301 or 302 redirect and what the correct code is...
The current code in the .htaccess files says:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://annpoulson.com/$1 [R=301,L]
But the website says to many redirects when I try to load it in Chrome"
This page isn’t working
annpoulson.com redirected you too many times.
