From db33ce93f1e9436b6907afc1de55b2cf11a69798 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 19 Sep 2019 15:33:35 +0200 Subject: [PATCH] Add a forum redirection page This is done in the 404 error page as it will match any invalid URL, including `/forum/viewtopic.php`. We can't create a page with a custom permalink set to `/forum/viewtopic.php`, as GitHub Pages doesn't set the MIME type correctly, which causes the browser to download the page. This closes #187. --- 404.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/404.html b/404.html index 90c6fe6..1b0bb11 100644 --- a/404.html +++ b/404.html @@ -5,6 +5,17 @@ layout: default permalink: 404.html --- + +