I’m transitioning my domain from domain.co to cooldomain.com. I added a redirect to my sites (both sites), it’s being processed according to the number of redirects in the build log (16 redirects), however once deployed, it doesn’t appear to be in effect.
Okay - I got support.getpulse.co working by making a cname record for support and just pointing it to my netlify site. However, my forums.getpulse.co is set up the same way, but not redirecting. Could you give it another look? It’s giving me a Not Found, even tho it’s on netlify now.
Pinging pulsefront.netlify.com [159.65.216.232] with 32 bytes of data:
Reply from 159.65.216.232: bytes=32 time=71ms TTL=43
Reply from 159.65.216.232: bytes=32 time=77ms TTL=43
Reply from 159.65.216.232: bytes=32 time=201ms TTL=43
Reply from 159.65.216.232: bytes=32 time=70ms TTL=43
C:\Users\kover\Documents\Dev>curl forums.getpulse.co
Not Found
you’d need to configure forums.getpulse.co as a “domain alias” on your site.
Basically adding another custom domain.
Only then are we able to detect what site we should serve for that domain.
The way HTTP works, we’ll only be told, somebody wants to access forums.getpulse.co which we don’t know anything about yet.