From 642eb06d387c0d57fa13a99df666c6b1b1b66282 Mon Sep 17 00:00:00 2001 From: networkException Date: Wed, 25 Dec 2024 16:56:32 +0100 Subject: [PATCH] Public: Remove .htaccess This has been converted to caddy config --- public/.htaccess | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 public/.htaccess diff --git a/public/.htaccess b/public/.htaccess deleted file mode 100644 index d4e48c0..0000000 --- a/public/.htaccess +++ /dev/null @@ -1,20 +0,0 @@ -RewriteEngine On -RewriteCond %{REQUEST_URI} ^/.well-known/keybase.txt$ -RewriteCond %{HTTP_HOST} ^(.*)$ -RewriteRule ^(.*) /.well-known/%1.keybase.txt - -# Combat link rot -RewriteCond %{HTTP_HOST} ^nwex.de$ -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://git.nwex.de/networkException/nwex.de [L,R=301] -RewriteRule ^xhr$ https://nwex.de/xhr.html [L,R=301] - -# MIME Types - - ForceType application/jrd+json -