Just wanted to verify: if I want to run a Javascript SPA with a single entrypoint (e.g. index.html that serves up the SPA, which then routes based on the URL via Javascript Magic), I must use PHP/FPM with Apache so that I can leverage .htaccess, correct? There isn't any way to manage redirects or rewrites for nginx static only sites?
And as a follow-up to that, is it possible to create an app that uses Apache (and thus has access to .htaccess rewrites) but doesn't use PHP? I have zero need for PHP for this site (it's literally just static files with some light rewrite functionality required at the server level).