AddType application/javascript .mjs #DirectoryIndex index.html spa.html DirectoryIndex spa.html RewriteEngine On RewriteBase / RewriteRule ^/?api/(.*)$ http://tibi-server:8080/api/v1/_/fontis/$1 [P,QSA,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) /spa.html [QSA,L]