Open iTzNao opened 2 years ago
should be https://www.northstar.tf/*
in the page rule source location if my knowledge of it is correct
should be
https://www.northstar.tf/*
in the page rule source location if my knowledge of it is correct
no, it doesn't, it cant use https, its not connecting to an external site, its internal, within Cloudflare, so you don't put https
i meant the change being the * not the https
@barnabwhy Nao meant that www. doesnt work so I'm suggesting here bob or whoever can change masterserver adds a cname that redirects to northstar.tf
@BobTheBob9 will have to sort this out
yes exactly, but not a cname, an A record instead
Bug
https://www.northstar.tf
doesnt redirect to root domain.Steps to reproduce
Fix
Add an
A record
with the namewww
and content as192.0.2.1
(This is a gateway IP address) Then add a page rule with the url aswww.northstar.tf/*
, setting onForwarding URL
and status code as302
, set the destination ashttps://northstar.tf/$1
Then its done! (*
gets the file-path, and$1
uses the file-path)