Mobile app version of vmapp.org
Login or Join
Gloria169

: Cloudflare putting my site in an endless refresh loop This problem does not happen to all site visitors. The best I can tell, random users of Chrome have the issue but my sample size is way

@Gloria169

Posted in: #Cloudflare #Htaccess

This problem does not happen to all site visitors. The best I can tell, random users of Chrome have the issue but my sample size is way too small to believe that it is only Chrome. However, a few people that have the problem with Chrome do not have it with other browsers. It has happened on PCs and Macs.

I had a few reports of the problem, than all of a sudden it started happening to me. I turned off Cloudflare and the problem immediately stopped. Right now I have to keep Cloudflare off, so there is no point to posting the URL.

This is a new site with an SSL cert. In case it's helpful, here's the .htaccess redirects:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com.com$ [OR]
RewriteCond %{HTTPS} !on
RewriteRule ^(.*)$ www.example.com/ [R,L]


All advice appreciated.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Gloria169

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme