From 3d397b38b411b5cf50307157a7de6016c1177d53 Mon Sep 17 00:00:00 2001 From: Edwin Noorlander Date: Tue, 14 Jul 2026 14:55:24 +0200 Subject: [PATCH] Fix public/.htaccess: php uit FilesMatch (blokkeerde alle php inclusief index.php) --- public/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/.htaccess b/public/.htaccess index e6e33f4..2e1ddc4 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -7,7 +7,7 @@ Options -Indexes Deny from all - + Order allow,deny Deny from all