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

enterprise -> services routing rule

This commit is contained in:
Matthias Kretschmann 2018-04-06 11:21:08 +02:00
parent 661a905cf4
commit aa11ea3d76
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -44,7 +44,7 @@
<KeyPrefixEquals>guide/</KeyPrefixEquals> <KeyPrefixEquals>guide/</KeyPrefixEquals>
</Condition> </Condition>
<Redirect> <Redirect>
<ReplaceKeyPrefixWith>developers/guide</ReplaceKeyPrefixWith> <ReplaceKeyPrefixWith>developers/guide/</ReplaceKeyPrefixWith>
</Redirect> </Redirect>
</RoutingRule> </RoutingRule>
<RoutingRule> <RoutingRule>
@ -52,7 +52,15 @@
<KeyPrefixEquals>guides/</KeyPrefixEquals> <KeyPrefixEquals>guides/</KeyPrefixEquals>
</Condition> </Condition>
<Redirect> <Redirect>
<ReplaceKeyPrefixWith>developers/guides</ReplaceKeyPrefixWith> <ReplaceKeyPrefixWith>developers/guides/</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>
<RoutingRule>
<Condition>
<KeyPrefixEquals>enterprise/</KeyPrefixEquals>
</Condition>
<Redirect>
<ReplaceKeyPrefixWith>services/</ReplaceKeyPrefixWith>
</Redirect> </Redirect>
</RoutingRule> </RoutingRule>
</RoutingRules> </RoutingRules>