Hello.
I have already search on documents and here in community but I can’t find a solution to my issue.
I have a site in netlify and I use the default name(netlify.app/).
I want to redirect any www version of my site to the name of the site (which doesn’t have the www)
I have already tried writing a _redirects file on my root folder like this:
https://www.mycodingjourney.netlify.app/* https://mycodingjourney.netlify.app/ : splat 301!
I still get a privacy error.
I’m out of ideas.