Fix .htaccess rewrite

This commit is contained in:
intergalacticmonkey 2023-09-29 22:26:40 -05:00 committed by Shish
parent f0e8bd9ee1
commit f99f28712c

View file

@ -21,7 +21,7 @@
# any requests for files which don't physically exist should be handled by index.php # any requests for files which don't physically exist should be handled by index.php
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} [L] RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} "[L,B= ?,BNP]"
</IfModule> </IfModule>
<IfModule mod_expires.c> <IfModule mod_expires.c>