Merge pull request #2210 from m0urs/Fix-custom-maps

Fix custom maps
这个提交包含在:
Peter Goodhall 2023-06-20 10:56:38 +01:00 提交者 GitHub
当前提交 8aedec3af3
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -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]"