Fix custom maps

pull/2210/head
Michael Urspringer 2023-06-18 23:13:46 +02:00
rodzic fe27baabfb
commit afbfc07c1a
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -5,8 +5,8 @@
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/backup/$
RewriteRule ^(.*)$ /index.php?/$1 [L]
RewriteRule ^(.*)$ /index.php?/$1 "[L,QSA,B= ?,BNP]"
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]
RewriteRule ^(.*)$ /index.php?/$1 "[L,QSA,B= ?,BNP]"