2022-04-14 17:17:22 +02:00
|
|
|
RewriteEngine On
|
|
|
|
RewriteCond %{REQUEST_URI} ^/.well-known/keybase.txt$
|
|
|
|
RewriteCond %{HTTP_HOST} ^(.*)$
|
|
|
|
RewriteRule ^(.*) /.well-known/%1.keybase.txt
|
2022-07-11 00:26:49 +02:00
|
|
|
|
|
|
|
# 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]
|
2022-08-17 23:17:25 +02:00
|
|
|
|
|
|
|
# Nice to have redirects
|
2024-12-25 14:50:02 +01:00
|
|
|
RewriteRule ^git$ https://git.nwex.de/networkException/nwex.de [L,R=301]
|
2022-10-06 17:24:16 +02:00
|
|
|
RewriteRule ^xhr$ https://nwex.de/xhr.html [L,R=301]
|
2022-11-15 21:44:35 +01:00
|
|
|
|
|
|
|
# MIME Types
|
|
|
|
<FilesMatch "webfinger$">
|
|
|
|
ForceType application/jrd+json
|
|
|
|
</FilesMatch>
|