mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-14 09:05:17 +01:00
add feed redirect rule
This commit is contained in:
parent
ba39dcde93
commit
faf5d30d0f
@ -42,6 +42,14 @@
|
||||
<ReplaceKeyPrefixWith>media/</ReplaceKeyPrefixWith>
|
||||
</Redirect>
|
||||
</RoutingRule>
|
||||
<RoutingRule>
|
||||
<Condition>
|
||||
<KeyPrefixEquals>feed/</KeyPrefixEquals>
|
||||
</Condition>
|
||||
<Redirect>
|
||||
<ReplaceKeyPrefixWith>feed.xml</ReplaceKeyPrefixWith>
|
||||
</Redirect>
|
||||
</RoutingRule>
|
||||
<RoutingRule>
|
||||
<Condition>
|
||||
<KeyPrefixEquals>portfolio/</KeyPrefixEquals>
|
||||
|
Loading…
Reference in New Issue
Block a user