update .htaccess to handle query params

[deploy]
This commit is contained in:
2023-07-09 01:30:58 +02:00
parent 26a6f70ccb
commit 088aa0dbcf

View File

@@ -9,4 +9,4 @@ RewriteBase /
RewriteRule ^index\.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.html [L]
RewriteRule . /index.html [QSA,L]