Redirecting loop

Hi,
I am having an issue with using my root or naked domain as my primary domain. I have done everything, DNS is set up correctly I believe. The problem I am running into is that when I set my root as the primary it redirects me to www.root.com and then back to root.com and so on in an endless loop. Not too sure why it redirects to www. I have tested in TOR browser and get the same result so I dont think its a cache issue.

I am using SSL trough webflow and Go daddy as my domain registrar which is pointed at webflow nameservers.
for reference my site is productcleaningsolutions.com
Thank you in advance for any help.

Stephen, I recently had a similar issue with SSL through godaddy. Do you have a .htaccess file in your public_html folder? You need this in order for it to work. The code I have in mine is the following:

RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

This redirects all of my http and www. ----> https

Give that a try. Let me know if that worked for you. I didn’t get any loops like you mentioned.

@Stephen_MacLeod Can you please get in touch with our support team at support@webflow.com? That certainly sounds like something we can fix for ya.

2 Likes

Also have the same Issues.