From 2a9b4806f83ac7c4aa16d42cd922e03a8be6b2ca Mon Sep 17 00:00:00 2001 From: networkException Date: Wed, 17 Aug 2022 23:17:25 +0200 Subject: [PATCH] Public: Redirect nwex.de/git to canonical gitlab repository --- public/.htaccess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/.htaccess b/public/.htaccess index 33de687..d27178d 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -9,3 +9,6 @@ RewriteRule ^skateRAUS.gif$ https://702.rip/raus.gif [L,R=301] RewriteRule ^skateREIN.gif$ https://702.rip/rein.gif [L,R=301] RewriteRule ^RAUS.gif$ https://702.rip/raus.gif [L,R=301] 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]