Cloudlog/.htaccess.sample

15 wiersze
461 B
Plaintext

2020-05-27 09:27:17 +00:00
# If you want to hide 'index.php' from the URL, rename this file to '.htaccess' on your server
# Then change the following variable in /application/config/config.php
# $config['index_page'] = '';
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/backup/$
2023-06-18 21:13:46 +00:00
RewriteRule ^(.*)$ /index.php?/$1 "[L,QSA,B= ?,BNP]"
2020-05-27 09:27:17 +00:00
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
2023-06-18 21:13:46 +00:00
RewriteRule ^(.*)$ /index.php?/$1 "[L,QSA,B= ?,BNP]"
RedirectMatch 404 ^/\.git