Skip to content

Commit

Permalink
Add new ereport redirect.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshukraine committed May 28, 2016
1 parent 3f86916 commit d15a4e7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions redirect-rules.xml
Expand Up @@ -393,4 +393,14 @@
<ReplaceKeyPrefixWith>redirects/subscribe</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>

<!-- http://euroteamoutreach.org/eto/ereport.php -->
<RoutingRule>
<Condition>
<KeyPrefixEquals>eto/ereport.php</KeyPrefixEquals>
</Condition>
<Redirect>
<ReplaceKeyPrefixWith>redirects/subscribe</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>
</RoutingRules>

0 comments on commit d15a4e7

Please sign in to comment.