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