Martinko366 CloudFlare incorrect setup

Hello,

I connected my domain with Cloudflare by CNAME. The website (orgametech.tk) is working, however when I turn the “DNS Only” to “Proxied”, the website:

1.) Will load but with Cloudflare error that the website was not found
2.) It won’t load at all and it give me the “Website not found” with error “ERR_TOO_MANY_REDIRECTS”

I did read the other articles but they’re about the same, so if I miss one I would love to see them or you can send me how to fix it.

Thank you,
Martin

CloudFlare works fine, I’ve literally just set a website up an hour ago using Flexible mode which isn’t recommended by CloudFlare MVP - https://community.cloudflare.com/t/why-flexible-ssl-mode-is-not-the-best-choice/63531

If you are still having issues after following the tutorial, you’ll need to read this thread -

Once you’ve done that then please post your 000webhostapp website URL and your custom domain.

Attach screenshots of your registrar nameserver setup alongside your CloudFlare records page.

If you are using WordPress ensure you change your custom domain in the database twice to http://example.com - changing example to your custom domain and make sure to use http in the database fields not HTTPS.

This usually has to do with scheme redirects interfering between origin server and how Cloudflare interprets them.

You should not setup http->https redirects on origin server and use Cloudflare rules for that.

I removed this rule


RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.orgametech.tk/$1 [R,L]

Earlier from your .htaccess which cured the problem for me.

In future attach your 000webhostapp for a better first time response.

Still the same problem…

Here are the missing things:

Link 000webhost: (https://)orgametech.000webhostapp.com
Not working link: (https://)orgametech.tk

Screenshots: (since I am new member, I cannot upload more then 1 image)

1 Like

Still working for me here, could be a browser cache issue with yourself.
Try a different browser / clearing existing browser cache data.

Setup looks good from your screenshots though :smiley:

1 Like