From ccd3874baaf6f88039a607866bd6b74125913527 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Mon, 15 Sep 2025 17:15:50 -0500 Subject: modules/apache/local: Allow for overriding in .htaccess --- modules/apache/local.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/apache/local.conf b/modules/apache/local.conf index 8223286..7507799 100644 --- a/modules/apache/local.conf +++ b/modules/apache/local.conf @@ -3,5 +3,6 @@ DirectoryIndex _.html _.txt Options MultiViews ExecCGI + AllowOverride All Require all granted -- cgit v1.2.3