Fix for https://github.com/m0urs/Cloudlog/issues/100
这个提交包含在:
Michael Urspringer 2023-03-17 11:12:22 +01:00 提交者 GitHub
父节点 177a7f3266
当前提交 179100a357
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -3,6 +3,10 @@
# $config['index_page'] = '';
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/backup/$
RewriteRule ^(.*)$ /index.php?/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]