Added security options to htaccess sample

This commit is contained in:
HB9HIL
2024-01-27 02:01:21 +01:00
parent 465a658170
commit a6e0d82add

View File

@@ -2,6 +2,9 @@
# Then change the following variable in /application/config/config.php # Then change the following variable in /application/config/config.php
# $config['index_page'] = ''; # $config['index_page'] = '';
Options -Indexes
ServerSignature off
RewriteEngine On RewriteEngine On
RewriteCond %{REQUEST_URI} ^/backup/$ RewriteCond %{REQUEST_URI} ^/backup/$