Hi,
I have a website deployed on my AWS EC2 server and the main website(server.com
) is added on Cloudflare, I have created a DNS record for aws ALB, like
test.server.com
totest.server.elb.amazonaws.com
.
I want to redirect all traffic fromtest.server.com
tohttps://test.server.com
. how can I do that? I have seen it under Edge Certificates but it is for the main site. not seeing for subdomain configuration.
Is there a way to do that?