From ae1427f295a28ff9e327ebfac8a1cb4eb94e5d22 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Tue, 18 Mar 2025 20:00:39 +0100 Subject: [PATCH] root encoding --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index 0e23b0d..e921b96 100644 --- a/.htaccess +++ b/.htaccess @@ -4,3 +4,5 @@ RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] Redirect 301 /pad https://plan.osamc.de Redirect 301 /slides /archiv + +AddDefaultCharset UTF-8