I have spent 5 days on this issue, my .htaccess file is not recognized by apache.
It is located in htdocs/build beside my index.html.
I have activated mod_rewrite, AllowOveride has been set to All. The file doesn't even throw a 500 error when i give it random text, it doesn't log. One the other hand the exact same httpd.conf and exact same react.js build and the same htaccess runs perfectly on my bosses computer. If I place the htaccess code (its redirect code for an SPA) into <Directory "${SRVROOT}/htdocs/build"> it runs with no fault.
I am running Windows 7, I have tested this on Apache Haus 2.4.33 now it's running on 2.4.12 (to verify if it was an issue with version 33)