obs-portal/frontend/apache/.htaccess

6 lines
198 B
ApacheConf
Raw Normal View History

2021-09-27 16:54:02 +00:00
# @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]