Redirect www domain com to domain com

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}
}
1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.