From 42cd4bee7f474de0f052abe48c52c17db2ad14e5 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 4 Jun 2022 19:46:34 -0500 Subject: [PATCH] Bugfix: The htaccess file must enable symlinks. --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index 501a029..bffb74b 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,5 @@ +Options +SymLinksIfOwnerMatch + RewriteEngine on ErrorDocument 403 /access_denied.html -- 1.8.3.1