How can I successfully redirect .atom pages?

I’m looking to redirect an atom feed created from the blog page, this is the slug: /fr/blogs/news.atom/. I tried through the redirects inside of Shopify but it doesn’t work and I tried adding the following code but it didn’t work either.

{% if page.url == '/fr/blogs/news.atom/' %}

{% endif %}

Is there a way to redirect Atom pages?