Hi, first-time poster – I’m trying to deploy to github pages, and would like to better configure 301 redirects for certain routes.
All the examples I’ve seen assume that a Rack-compatible server will host the site, which make them incompatible with GitHub pages.
What’s the general wisdom on doing this with a middleman-dependent site? Is it ok / advised to add .htaccess files in various paths under source/ ?