From f3355eea8101949f011deff1b9233a7cadbc5c46 Mon Sep 17 00:00:00 2001 From: Senad Uka Date: Wed, 10 Jun 2020 22:57:59 +0200 Subject: [PATCH] Remove indexes --- .htaccess | 2 +- admin/.htaccess | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index ecf0c66..3a9d58b 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ -Options -MultiViews +Options -MultiViews, -Indexes RewriteEngine On # redirect "/image.php?slika=xxx&okvir=yy" to "/image/yy/xxxx" diff --git a/admin/.htaccess b/admin/.htaccess index 6ec9f2e..2adb295 100644 --- a/admin/.htaccess +++ b/admin/.htaccess @@ -1,3 +1,4 @@ +Options -Indexes AuthType Basic AuthName "restricted area" AuthUserFile .htpasswd