Hello RapidWeavers,
- Yesterday I got SSL set up with GoDaddy for my domain healingdietcoach.com
- Today I went to cPanel for redirect http://healingdietcoach.com to the new https://www.healingdietcoach.com
Cpanel has written in automatic the following text inside the File Manager in the .htaccess file:
RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_HOST} ^example.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.example.com$
RewriteCond %{REQUEST_URI} !^/.well-known/cpanel-dcv/[0-9a-zA-Z_-]+$
RewriteCond %{REQUEST_URI} !^/.well-known/pki-validation/[A-F0-9]{32}.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ “https://www.example.com/$1” [R=301,L]
Unfortunately in the many web browser I get this message:
This page isn’t working
www.healingdietcoach.com redirected you too many times.
ERR_TOO_MANY_REDIRECTS
P.S.: In RW the web address in the general settings and in the publishing setting is set on: https://healingdietcoach.com
Do you have any clue of what it is that is making my website going into a loop?. What can I do to sort this out?
Thanks