From af67e84cd8403d19ffcd6b5a9adb5fc840e21fdf Mon Sep 17 00:00:00 2001 From: emv33 <142946271+emv33@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:46:45 +0100 Subject: [PATCH] Server/Config (#468) * wrap php_value directives in IfModule blocks to avoid a 500 error if you are not using mod_php --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index 0c4ad8e7..0e0530c5 100644 --- a/.htaccess +++ b/.htaccess @@ -26,8 +26,10 @@ AddDefaultCharset utf8 # UHD screenshots can get pretty large (cannot be set in config) + php_value upload_max_filesize 20M php_value post_max_size 25M + RewriteEngine on # RewriteBase /~user/localPath/ # enable if the rules do not work, when they should