1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-17 01:53:16 +02:00

aws routing rules

This commit is contained in:
Matthias Kretschmann 2018-04-05 14:44:58 +02:00
parent 3c5e503563
commit 4171082fdb
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -23,4 +23,36 @@
<ReplaceKeyPrefixWith>features/#usecases</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>
<RoutingRule>
<Condition>
<KeyPrefixEquals>getstarted/</KeyPrefixEquals>
</Condition>
<Redirect>
<ReplaceKeyPrefixWith>developers/getstarted</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>
<RoutingRule>
<Condition>
<KeyPrefixEquals>developers/</KeyPrefixEquals>
</Condition>
<Redirect>
<ReplaceKeyPrefixWith>developers/getstarted</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>
<RoutingRule>
<Condition>
<KeyPrefixEquals>guide/</KeyPrefixEquals>
</Condition>
<Redirect>
<ReplaceKeyPrefixWith>developers/guide</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>
<RoutingRule>
<Condition>
<KeyPrefixEquals>guides/</KeyPrefixEquals>
</Condition>
<Redirect>
<ReplaceKeyPrefixWith>developers/guides</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>
</RoutingRules>