From bf59cd3ce1d750a4fe4b67af984fdfb5f2a6e1d7 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Mon, 18 Sep 2017 20:42:11 +0300 Subject: [PATCH] Added "-Indexes" option If you open the `/css`, `/js`, or any other folder on the default server, you can see the list of files in the directory. The `-Indexes` option forbids viewing directory files via the web interface. --- public/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/.htaccess b/public/.htaccess index 09683488bd0..bd88a4ff13a 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,6 +1,6 @@ - Options -MultiViews + Options -MultiViews -Indexes RewriteEngine On