From: Kevin Day Date: Sun, 5 Jun 2022 00:46:34 +0000 (-0500) Subject: Bugfix: The htaccess file must enable symlinks. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=42cd4bee7f474de0f052abe48c52c17db2ad14e5;p=kevux.org-website Bugfix: The htaccess file must enable symlinks. --- 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