From e41c245880c554c0cf28bb174990b3e7a4692fd5 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Thu, 14 May 2020 15:02:29 +0200 Subject: [PATCH] add podcast shortcut --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.htaccess b/.htaccess index c26b4ca720..275b9d8376 100644 --- a/.htaccess +++ b/.htaccess @@ -42,6 +42,9 @@ RewriteRule ^summit16(/.*)?$ https://fsfe.org/community/events/2016/summit/fron # 15 years of FSFE RewriteRule ^15(/.*)?$ https://fsfe.org/campaigns/15years/15years$1 [R=301,L] +# Podcast +RewriteRule ^podcast(/.*)? /news/podcast.html [R=301,L] + # EU policies wiki page, e.g. linked from the PMPC brochure RewriteRule ^fs-policies/?$ https://wiki.fsfe.org/Activities/EU_Policies_overview_FS [R=301,L]