Merge pull request #2037 from m0urs/100-backup-function-breaks-if-you-configure-cloudlog-for-indexphp-to-be-removed

Fix issue #2036
pull/2041/head
Peter Goodhall 2023-03-18 13:19:38 +00:00 zatwierdzone przez GitHub
commit 5289d2f4d6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -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]
RewriteRule ^(.*)$ /index.php?/$1 [L]