DirectoryIndex index.html
RewriteEngine On

# Forward absolutely everything (API, pages, routes) to the Express app on port 8080
RewriteCond %{EXTERNAL_REDIRECT} !^.+
RewriteRule ^(.*)$ http://127.0.0.1:8080/$1 [P,L]


