From 068983abbffa47ff1f7dadffb34f8a933a1851cb Mon Sep 17 00:00:00 2001 From: Yandols ZeonX Date: Tue, 9 Apr 2019 01:30:17 +0800 Subject: [PATCH] Fix indexing options for ./public, disallowing indexing completely. --- public/.htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index 2c554a0..d8b6422 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,8 +1,8 @@ # Standard Declaration Procedures for Imeji System ErrorDocument 403 /403.php ErrorDocument 404 /404.php -IndexOptions +FancyIndexing -IndexIgnore * +Options -Indexes + # HTTPS Redirection RewriteEngine On