From bbc3a8acc382103ae193fb11d38100bc1764bda5 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Wed, 2 Apr 2025 23:15:38 +1000 Subject: [PATCH] Update redirects for mon.im hosting --- .htaccess | 19 ------------------- _redirects | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 .htaccess create mode 100644 _redirects diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 9bc82eb..0000000 --- a/.htaccess +++ /dev/null @@ -1,19 +0,0 @@ -# Over time, some patchers have changed path due to reorganisation and cleanup. -# This avoids link rot on mon's server by redirecting the old paths to the new ones - -Redirect permanent "/bemanipatcher/chuninewplus.html" "/bemanipatcher/chusannewplus.html" - -Redirect permanent "/bemanipatcher/resort_anthem.html" "/bemanipatcher/iidx18resortanthem.html" -Redirect permanent "/bemanipatcher/resortanthem.html" "/bemanipatcher/iidx18resortanthem.html" -Redirect permanent "/bemanipatcher/lincle.html" "/bemanipatcher/iidx19lincle.html" -Redirect permanent "/bemanipatcher/tricoro.html" "/bemanipatcher/iidx20tricoro.html" -Redirect permanent "/bemanipatcher/spada.html" "/bemanipatcher/iidx21spada.html" -Redirect permanent "/bemanipatcher/pendual.html" "/bemanipatcher/iidx22pendual.html" -Redirect permanent "/bemanipatcher/copula.html" "/bemanipatcher/iidx23copula.html" -Redirect permanent "/bemanipatcher/sinobuz.html" "/bemanipatcher/iidx24sinobuz.html" -Redirect permanent "/bemanipatcher/ballerz.html" "/bemanipatcher/iidx25ballerz.html" -Redirect permanent "/bemanipatcher/rootage.html" "/bemanipatcher/iidx26rootage.html" -Redirect permanent "/bemanipatcher/heroicverse.html" "/bemanipatcher/iidx27heroicverse.html" -Redirect permanent "/bemanipatcher/bistrover.html" "/bemanipatcher/iidx28bistrover.html" -Redirect permanent "/bemanipatcher/casthour.html" "/bemanipatcher/iidx29casthour.html" -Redirect permanent "/bemanipatcher/resident.html" "/bemanipatcher/iidx30resident.html" diff --git a/_redirects b/_redirects new file mode 100644 index 0000000..761e1ea --- /dev/null +++ b/_redirects @@ -0,0 +1,19 @@ +# Over time, some patchers have changed path due to reorganisation and cleanup. +# This avoids link rot on mon's server by redirecting the old paths to the new ones + +/chuninewplus.html /chusannewplus.html 301 + +/resort_anthem.html /iidx18resortanthem.html 301 +/resortanthem.html /iidx18resortanthem.html 301 +/lincle.html /iidx19lincle.html 301 +/tricoro.html /iidx20tricoro.html 301 +/spada.html /iidx21spada.html 301 +/pendual.html /iidx22pendual.html 301 +/copula.html /iidx23copula.html 301 +/sinobuz.html /iidx24sinobuz.html 301 +/ballerz.html /iidx25ballerz.html 301 +/rootage.html /iidx26rootage.html 301 +/heroicverse.html /iidx27heroicverse.html 301 +/bistrover.html /iidx28bistrover.html 301 +/casthour.html /iidx29casthour.html 301 +/resident.html /iidx30resident.html 301