mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-14 17:15:18 +01:00
71 lines
2.0 KiB
XML
71 lines
2.0 KiB
XML
<RoutingRules>
|
|
<RoutingRule>
|
|
<Condition>
|
|
<KeyPrefixEquals>lab/</KeyPrefixEquals>
|
|
</Condition>
|
|
<Redirect>
|
|
<HostName>lab.kremalicious.com</HostName>
|
|
<ReplaceKeyWith></ReplaceKeyWith>
|
|
</Redirect>
|
|
</RoutingRule>
|
|
<RoutingRule>
|
|
<Condition>
|
|
<KeyPrefixEquals>lab</KeyPrefixEquals>
|
|
</Condition>
|
|
<Redirect>
|
|
<HostName>lab.kremalicious.com</HostName>
|
|
<ReplaceKeyWith></ReplaceKeyWith>
|
|
</Redirect>
|
|
</RoutingRule>
|
|
<RoutingRule>
|
|
<Condition>
|
|
<KeyPrefixEquals>csspaperstack/</KeyPrefixEquals>
|
|
</Condition>
|
|
<Redirect>
|
|
<HostName>lab.kremalicious.com</HostName>
|
|
</Redirect>
|
|
</RoutingRule>
|
|
<RoutingRule>
|
|
<Condition>
|
|
<KeyPrefixEquals>csspaperstack</KeyPrefixEquals>
|
|
</Condition>
|
|
<Redirect>
|
|
<HostName>lab.kremalicious.com</HostName>
|
|
</Redirect>
|
|
</RoutingRule>
|
|
<RoutingRule>
|
|
<Condition>
|
|
<KeyPrefixEquals>download/</KeyPrefixEquals>
|
|
</Condition>
|
|
<Redirect>
|
|
<ReplaceKeyPrefixWith>media/</ReplaceKeyPrefixWith>
|
|
</Redirect>
|
|
</RoutingRule>
|
|
<RoutingRule>
|
|
<Condition>
|
|
<KeyPrefixEquals>feed/</KeyPrefixEquals>
|
|
</Condition>
|
|
<Redirect>
|
|
<ReplaceKeyPrefixWith>feed.xml</ReplaceKeyPrefixWith>
|
|
</Redirect>
|
|
</RoutingRule>
|
|
<RoutingRule>
|
|
<Condition>
|
|
<KeyPrefixEquals>portfolio/</KeyPrefixEquals>
|
|
</Condition>
|
|
<Redirect>
|
|
<HostName>matthiaskretschmann.com</HostName>
|
|
<ReplaceKeyWith></ReplaceKeyWith>
|
|
</Redirect>
|
|
</RoutingRule>
|
|
<RoutingRule>
|
|
<Condition>
|
|
<KeyPrefixEquals>portfolio</KeyPrefixEquals>
|
|
</Condition>
|
|
<Redirect>
|
|
<HostName>matthiaskretschmann.com</HostName>
|
|
<ReplaceKeyWith></ReplaceKeyWith>
|
|
</Redirect>
|
|
</RoutingRule>
|
|
</RoutingRules>
|