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" +