diff --git a/ga4gh/.htaccess b/ga4gh/.htaccess index ab2d46da1..b9f7c8129 100644 --- a/ga4gh/.htaccess +++ b/ga4gh/.htaccess @@ -23,3 +23,7 @@ RewriteRule ^minutes/case-discovery$ https://docs.google.com/document/d/1k-YyTA4 # Clin-Pheno Work Stream Links RewriteRule ^minutes/phenopackets$ https://docs.google.com/document/d/1gxRaduk2bv6_cCSiDVJomVtfMD2AOFeDVGELsShh21U/edit?usp=sharing [R=302,L] + +# Refget links +RewriteRule ^vr-refget(.+)$ https://193.62.54.154/$1 [R=302,B,L] +RewriteRule ^serverless-refget(.+)$ https://cl9lba3no5.execute-api.us-east-2.amazonaws.com/Prod/$1 [R=302,B,L]