From ce0e8d74973cdb24c20f3f29b5ac84a58200fa92 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 5 Jan 2024 11:06:08 +0000 Subject: update apache rewite rule to fix issue with recent apache versions - issue #1822 --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 3420313a5..3bd779541 100644 --- a/.htaccess +++ b/.htaccess @@ -25,10 +25,10 @@ AddType audio/ogg .oga # in CGI mode. RewriteCond %{REQUEST_URI} ^/\.well\-known/.* - RewriteRule ^(.*)$ index.php?q=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA] + RewriteRule ^(.*)$ index.php?q=$1 "[E=REMOTE_USER:%{HTTP:Authorization},L,QSA,B= ?]" RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule ^(.*)$ index.php?q=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA] + RewriteRule ^(.*)$ index.php?q=$1 "[E=REMOTE_USER:%{HTTP:Authorization},L,QSA,B= ?]" -- cgit v1.2.3