From c4fee59446ceb34bde06ca56a97a18beb6d38a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Sun, 9 Jul 2023 01:38:57 +0200 Subject: [PATCH] Disable SPA redirect for now --- static/.htaccess | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/.htaccess b/static/.htaccess index 933842e4..b0febd0c 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -5,8 +5,8 @@ RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] # https://kit.svelte.dev/docs/single-page-apps#apache -RewriteBase / -RewriteRule ^index\.html$ - [L] -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule . /index.html [QSA,L] +# RewriteBase / +# RewriteRule ^index\.html$ - [L] +# RewriteCond %{REQUEST_FILENAME} !-f +# RewriteCond %{REQUEST_FILENAME} !-d +# RewriteRule . /index.html [QSA,L]