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 -