redirect release links from broken site
This commit is contained in:
parent
87fb7e1e69
commit
720dbf8970
@ -41,6 +41,9 @@ Header set Cache-Control "public, max-age=31536000"
|
|||||||
RedirectMatch 301 ^/security.txt$ /.well-known/security.txt
|
RedirectMatch 301 ^/security.txt$ /.well-known/security.txt
|
||||||
RedirectMatch 301 ^/graphene.png$ /logo.png
|
RedirectMatch 301 ^/graphene.png$ /logo.png
|
||||||
|
|
||||||
|
# http://www.twipu.com/GrapheneOS doesn't handle links with fragments properly
|
||||||
|
RedirectMatch 301 "^/releases<a href=$" /releases
|
||||||
|
|
||||||
RewriteEngine on
|
RewriteEngine on
|
||||||
|
|
||||||
RewriteCond %{REQUEST_FILENAME} !-d
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||||||
|
Loading…
x
Reference in New Issue
Block a user