Skip to content

Commit

Permalink
Both lines missed out RewriteRule
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewyatz authored Aug 13, 2019
1 parent c84733d commit 7aec25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ga4gh/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ RewriteRule ^minutes/case-discovery$ https://docs.google.com/document/d/1k-YyTA4
RewriteRule ^minutes/phenopackets$ https://docs.google.com/document/d/1gxRaduk2bv6_cCSiDVJomVtfMD2AOFeDVGELsShh21U/edit?usp=sharing [R=302,L]

# Refget links
^vr-refget(.+)$ https://193.62.54.154/$1 [R=302,B,L]
^serverless-refget(.+)$ https://cl9lba3no5.execute-api.us-east-2.amazonaws.com/Prod/$1 [R=302,B,L]
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]

0 comments on commit 7aec25f

Please sign in to comment.