From 63cd3978ea58a50e6ebfefa53c244bd65d4f99f0 Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Tue, 15 Oct 2019 14:16:02 +0800 Subject: [PATCH] * Modify .htaccess to prohibit directory browsing. --- www/.htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/.htaccess b/www/.htaccess index 61973c03b8..89a2b27e9b 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -1,5 +1,7 @@ Options +FollowSymLinks +SymLinksIfOwnerMatch +#Prohibit directory browsing +Options -Indexes # framework router settings. RewriteEngine On