Public: Remove .htaccess
This has been converted to caddy config
This commit is contained in:
parent
518a29b944
commit
642eb06d38
1 changed files with 0 additions and 20 deletions
|
@ -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
|
||||
<FilesMatch "webfinger$">
|
||||
ForceType application/jrd+json
|
||||
</FilesMatch>
|
Loading…
Reference in a new issue