Hello,
I am trying to redirect “www domain com” to “domain com”
I tried to configure a CNAME on my registrar for this redirection but “www.domain.com” result to the caddy landing page.
There is something to do in my caddyfile?
Thanks !
Hello,
I am trying to redirect “www domain com” to “domain com”
I tried to configure a CNAME on my registrar for this redirection but “www.domain.com” result to the caddy landing page.
There is something to do in my caddyfile?
Thanks !
Hello
Yes, you must add a redirection in your Caddyfile. This should work fine :
www.domain.com {
redir https://domain.com{uri}
}