mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
enterprise -> services routing rule
This commit is contained in:
parent
661a905cf4
commit
aa11ea3d76
@ -44,7 +44,7 @@
|
||||
<KeyPrefixEquals>guide/</KeyPrefixEquals>
|
||||
</Condition>
|
||||
<Redirect>
|
||||
<ReplaceKeyPrefixWith>developers/guide</ReplaceKeyPrefixWith>
|
||||
<ReplaceKeyPrefixWith>developers/guide/</ReplaceKeyPrefixWith>
|
||||
</Redirect>
|
||||
</RoutingRule>
|
||||
<RoutingRule>
|
||||
@ -52,7 +52,15 @@
|
||||
<KeyPrefixEquals>guides/</KeyPrefixEquals>
|
||||
</Condition>
|
||||
<Redirect>
|
||||
<ReplaceKeyPrefixWith>developers/guides</ReplaceKeyPrefixWith>
|
||||
<ReplaceKeyPrefixWith>developers/guides/</ReplaceKeyPrefixWith>
|
||||
</Redirect>
|
||||
</RoutingRule>
|
||||
<RoutingRule>
|
||||
<Condition>
|
||||
<KeyPrefixEquals>enterprise/</KeyPrefixEquals>
|
||||
</Condition>
|
||||
<Redirect>
|
||||
<ReplaceKeyPrefixWith>services/</ReplaceKeyPrefixWith>
|
||||
</Redirect>
|
||||
</RoutingRule>
|
||||
</RoutingRules>
|
||||
|
Loading…
Reference in New Issue
Block a user