I’m currently trying to migrate from GitHub Pages to Netlify for my personal websites. I have them set up as separate repositories all on the same domain as subfolders. I have them set up, but I can’t get the redirect to work. For example, I have sourdoughcalc.netlify.app. I have it set up on my custom domain as https://sourdough.[fullname].com. I want to host it at www.[fullname].com/Sourdough-Calculator. I have a _redirects file in that repository which is
/Sourdough-Calculator https://sourdough.[fullname].com 200
My Deploy Summary for this site says
1 redirect rule processed
All redirect rules deployed without errors.
However, when I try to visit www.[fullname].com/Sourdough-Calculator, I get a 404 page. What do I need to do differently?