-1

I want to use cloudflare to get the following scenario working:

www.mydomainname.de -> CNAME to -> myapp.herokuapp.com
mydomainname.de -> CNAME to -> myapp.herokuapp.com

help.mydomainname.de -> CNAME to -> websitebuilder.whatever.de
www.help.mydomainname.de -> CNAME to -> websitebuilder.whatever.de

Everything is working except the last one. www.help.mydomainname.de does not resolve. I tried it with a redirect page rule but this does not work.

My Page rules are:

enter image description here

Simon Ludwig
  • 1,754
  • 1
  • 20
  • 27
  • What do you mean “does not resolve” ? it should work. Also, how can you use a CNAME for naked domain mydomainname.de ? That shouldn’t be allowed – Evya Jun 09 '18 at 22:30
  • Its called CNAME Flattening. www.help.mydomain.de does not resolve. – Simon Ludwig Jun 09 '18 at 22:31

1 Answers1

0

I had to add another DNS-Entry: CNAME www.home.

After this www.home.example.com resolves.

Patrick Mevzek
  • 10,995
  • 16
  • 38
  • 54
Simon Ludwig
  • 1,754
  • 1
  • 20
  • 27