Cloudflare and Infinityfree hosting and redirect url

I am a mechanical engineer experimenting with domains and stuff. I have purchased a domain from Hostinger.com which is being hosted by infinityfree and also added SSL provided by infintyfree. I have trouble getting this to work with Cloudflare espectially with dns. The account says that the website is active but i am not seeing any stats.

My ultimate aim is redirect this domain to another domain. This is how my DNS looks like


I have also tried setting up rules like this but nothing works.

alphalion.online/
Forwarding URL (Status Code: 301 - Permanent Redirect, Url: https://alphalion.com)

There might be something simple that I am missing. Hope someone can help.

Hi @sheminasalam,

alphalion.online redirects to alphalion.com, which appears to be hosted with Shopify. What do you want that isn’t working?

$ curl -I alphalion.online
HTTP/1.1 301 Moved Permanently
Date: Mon, 19 Jul 2021 17:28:50 GMT
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Mon, 19 Jul 2021 18:28:50 GMT
Location: https://alphalion.com
cf-request-id: 0b616949ed00002d28cc87f000000001
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=x86cCjCK%2F0V%2Bw%2BTeaf4EoUNdXk9ZRxTBJKohG15jDUmg50eeXy85eNsAR7fi3QSG2VKgbZd%2FD7vwYhKiyigy4NFmpJdp5I4jVumcP3p3a%2F5mIJUDuZHcKhI0nV%2B0Rwj2esi8"}],"group":"cf-nel","max_age":604800}
NEL: {"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 6715ab231ead2d28-LHR
alt-svc: h3-27=":443"; ma=86400, h3-28=":443"; ma=86400, h3-29=":443"; ma=86400, h3=":443"; ma=86400

If that is right and it’s not working on your end, it’s probably a caching issue locally with you.

Thanks… that was the issue. silly me :relaxed:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.