6 lines
198 B
ApacheConf
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]
|