From a24bd0c6381c52473a30718b611c683373771736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Cap=C3=B3?= Date: Sun, 26 Nov 2023 13:48:43 +0100 Subject: [PATCH] allow htaccess override --- apache/site.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apache/site.conf b/apache/site.conf index 11be75f..00cb2dc 100644 --- a/apache/site.conf +++ b/apache/site.conf @@ -4,6 +4,13 @@ ServerAdmin contact@ DocumentRoot /var/www/html + + Options Indexes FollowSymLinks MultiViews + AllowOverride All + Order allow,deny + allow from all + + #LogLevel info ssl:warn RemoteIPHeader CF-Connecting-IP