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
1 changed files with 10 additions and 2 deletions

View File

@ -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>