From f99f28712c558498650efc8b582e27586b1557a3 Mon Sep 17 00:00:00 2001 From: intergalacticmonkey <141456227+intergalacticmonkey@users.noreply.github.com> Date: Fri, 29 Sep 2023 22:26:40 -0500 Subject: [PATCH] Fix .htaccess rewrite --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 26850176..27fccda1 100644 --- a/.htaccess +++ b/.htaccess @@ -21,7 +21,7 @@ # any requests for files which don't physically exist should be handled by index.php RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} [L] + RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} "[L,B= ?,BNP]"