From a6e0d82add7d55497d963df83e79af223226f03e Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sat, 27 Jan 2024 02:01:21 +0100 Subject: [PATCH] Added security options to htaccess sample --- .htaccess.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess.sample b/.htaccess.sample index f766ea9f6..debf3f7a2 100644 --- a/.htaccess.sample +++ b/.htaccess.sample @@ -2,6 +2,9 @@ # Then change the following variable in /application/config/config.php # $config['index_page'] = ''; +Options -Indexes +ServerSignature off + RewriteEngine On RewriteCond %{REQUEST_URI} ^/backup/$