All but two of my redirects are working. The two that don’t work send the visitor to my 404 page. Each of the two non-working redirects includes a splat.
The first may be unnecessary, but I’m trying to redirect HTTP requests to the non-custom domain to HTTPS and to my custom domain.
http://grorg.netlify.com/* https://www.gregraven.org/:splat 301!
The second is copied and pasted from the “How to redirect the default Netlify subdomain to your primary domain” pop-up box on the domains page for this domain.
https://grorg.netlify.com/* https://www.gregraven.org/:splat 301!
I tried turning on Pretty URLs, but that seemed to make no difference.
It’s probably something stupidly simple, but I’m not seeing it.
I should mention that I’ve run the entries in my _redirects file through the Netlify Play utility several times, and each time Play says my redirects are valid.
Any thoughts?