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