I'm looking to connect my domain to a heroku app. So far, the tutorials I've read say we want Namecheap to have the following records for domain example.com
:
CNAME Record www www.example.com.herokudns.com
URL Redirect @ https://www.example.com
With this config, I can successfully get to my homepage using:
But for some reason https://example.com/ won't connect and times out. Does anyone know if there's a way to get both https://example.com/ and https://www.example.com/ to redirect successfully?