I need to have Apache funnel all requests to the index.html file (excluding resource requests - js, css etc), but any requests into the /api folder need to be funnelled to the Laravel front controller: /api/public/index.php
Can anyone share their .htaccess knowledge with me to help accomplish this?