From 69c02999c37365e37e9522e2fe41f66d24a1739d Mon Sep 17 00:00:00 2001 From: Nils <> Date: Tue, 18 Mar 2025 19:58:11 +0100 Subject: [PATCH] more encoding --- archiv/.htaccess | 50 +++++++++++++++++++ .../202503-liedblaetter-mit-typst/.htaccess | 1 - 2 files changed, 50 insertions(+), 1 deletion(-) delete mode 100644 archiv/202503-liedblaetter-mit-typst/.htaccess diff --git a/archiv/.htaccess b/archiv/.htaccess index fcc0038..367d805 100644 --- a/archiv/.htaccess +++ b/archiv/.htaccess @@ -1 +1,51 @@ DirectoryIndex index.php index.html index.htm index.pdf +AddDefaultCharset utf-8 + +# MIME TYPES + + + # DEFAULTS + DefaultLanguage de + AddLanguage de-DE .html .css .js + AddCharset utf-8 .html .css .js .xml .json .rss .atom .typst .md + + # JAVASCRIPT + AddType application/javascript js jsonp + AddType application/json json + + # FONTS + AddType font/opentype otf + AddType application/font-woff woff + AddType application/x-font-woff woff + AddType application/vnd.ms-fontobject eot + AddType application/x-font-ttf ttc ttf + AddType image/svg+xml svg svgz + AddEncoding gzip svgz + + # AUDIO + AddType audio/mp4 m4a f4a f4b + AddType audio/ogg oga ogg + + # VIDEO + AddType video/mp4 mp4 m4v f4v f4p + AddType video/ogg ogv + AddType video/webm webm + AddType video/x-flv flv + + # OTHERS + AddType application/octet-stream safariextz + AddType application/x-chrome-extension crx + AddType application/x-opera-extension oex + AddType application/x-shockwave-flash swf + AddType application/x-web-app-manifest+json webapp + AddType application/x-xpinstall xpi + AddType application/xml atom rdf rss xml + AddType application/vnd.openxmlformats .docx .pptx .xlsx .xltx . xltm .dotx .potx .ppsx + AddType text/cache-manifest appcache manifest + AddType text/vtt vtt + AddType text/x-component htc + AddType text/x-vcard vcf + AddType image/webp webp + AddType image/x-icon ico + + diff --git a/archiv/202503-liedblaetter-mit-typst/.htaccess b/archiv/202503-liedblaetter-mit-typst/.htaccess deleted file mode 100644 index 79789fb..0000000 --- a/archiv/202503-liedblaetter-mit-typst/.htaccess +++ /dev/null @@ -1 +0,0 @@ -AddCharset UTF-8 .typst