obs-portal/frontend/apache/.htaccess
2021-09-27 18:54:02 +02:00

6 lines
198 B
ApacheConf

# @see: https://create-react-app.dev/docs/deployment/#serving-apps-with-client-side-routing
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]