Created
December 24, 2019 11:59
-
-
Save rohitgupta27/c0e47b1cc1d95b78e60a6f8a67bd3e99 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<RoutingRules> | |
<RoutingRule> | |
<Condition> | |
<HttpErrorCodeReturnedEquals>403</HttpErrorCodeReturnedEquals> | |
</Condition> | |
<Redirect> | |
<HostName>MyDomainName.com</HostName> | |
<ReplaceKeyWith>your/Key/here</ReplaceKeyWith> | |
</Redirect> | |
</RoutingRule> | |
<RoutingRule> | |
<Condition> | |
<HttpErrorCodeReturnedEquals>404</HttpErrorCodeReturnedEquals> | |
</Condition> | |
<Redirect> | |
<HostName>MyDomainName.com</HostName> | |
<ReplaceKeyWith>your/Key/here</ReplaceKeyWith> | |
</Redirect> | |
</RoutingRule> | |
</RoutingRules> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment