From 3d6501ac7c932141e96f0e1e955745c814046351 Mon Sep 17 00:00:00 2001 From: Visman Date: Mon, 13 Nov 2023 20:34:48 +0700 Subject: [PATCH] Update .dist.htaccess --- .dist.htaccess | 3 +++ public/.dist.htaccess | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.dist.htaccess b/.dist.htaccess index 5ad1854d..34281d25 100644 --- a/.dist.htaccess +++ b/.dist.htaccess @@ -4,6 +4,9 @@ # AddDefaultCharset UTF-8 +#Options +FollowSymLinks # For extensions with symlinks +##Options -FollowSymLinks +SymLinksIfOwnerMatch # or this (more security(?), more checks(!!!)) + Options -Indexes diff --git a/public/.dist.htaccess b/public/.dist.htaccess index f05e193b..317fb199 100644 --- a/public/.dist.htaccess +++ b/public/.dist.htaccess @@ -4,6 +4,9 @@ # AddDefaultCharset UTF-8 +#Options +FollowSymLinks # For extensions with symlinks +##Options -FollowSymLinks +SymLinksIfOwnerMatch # or this (more security(?), more checks(!!!)) + Options -Indexes