From 21f3286ceac6fa44a667c9750767eab904623c58 Mon Sep 17 00:00:00 2001 From: networkException Date: Thu, 6 Oct 2022 17:24:16 +0200 Subject: [PATCH] Public: Redirect nwex.de/xhr to landing page not using fetch --- public/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/public/.htaccess b/public/.htaccess index d27178d..69edf13 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -12,3 +12,4 @@ RewriteRule ^REIN.gif$ https://702.rip/rein.gif [L,R=301] # Nice to have redirects RewriteRule ^git$ https://gitlab.upi.li/networkException/nwex.de [L,R=301] +RewriteRule ^xhr$ https://nwex.de/xhr.html [L,R=301]