From f2659b57735e0f1dd4130680c90da60cd0dc64d0 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 13 Oct 2024 12:13:04 +0200 Subject: [PATCH] update .htaccess (file redirects) from vara winlink post to zip files --- static/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/.htaccess b/static/.htaccess index 2b1a2d9..f71d595 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -33,3 +33,7 @@ RewriteRule "index\.xml$" "feed\.xml" RewriteRule "/assets/files/VARA_components.zip" "/files/VARA_components.zip" RewriteRule "/assets/files/pdh.dll.zip" "/files/pdh.dll.zip" +# fix some 404 on files +RewriteRule "/blog/2021-10-03-winlink-and-vara-on-linux/VARA_components.zip" "/files/VARA_components.zip" +RewriteRule "/blog/2021-10-03-winlink-and-vara-on-linux/pdh.dll.zip" "/files/pdh.dll.zip" +