Options -MultiViews
RewriteEngine On
RewriteBase /ozixweight-supervision/

# Don't rewrite existing files or directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

# All other routes → React app
RewriteRule ^ index.html [L]
