From 9fe281205a5f14f72fdc5c8464c985875e04dae1 Mon Sep 17 00:00:00 2001 From: Flummi Date: Fri, 29 Mar 2024 18:22:42 +0100 Subject: [PATCH] cache images --- public/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/.htaccess b/public/.htaccess index c3fb48f..a875aed 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -1,3 +1,7 @@ + + Header set Cache-Control "public, max-age=31536000, no-transform" + + RewriteEngine on RewriteRule ^doppelklinge/?$ /?p=doppelklinge [L] RewriteRule ^doppelklinge/([a-zA-Z0-9]{8})/?$ /?p=doppelklinge&c=$1 [L]