From 088aa0dbcfc12a942c5a1f3e84c003e2bd0cc5e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Sun, 9 Jul 2023 01:30:58 +0200 Subject: [PATCH] update .htaccess to handle query params [deploy] --- static/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/.htaccess b/static/.htaccess index 83b44209..933842e4 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -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]