Skip to content

Instantly share code, notes, and snippets.

@maxhungry
Created March 15, 2015 20:32
Show Gist options
  • Save maxhungry/b55f9351ac4bc9dbb8e9 to your computer and use it in GitHub Desktop.
Save maxhungry/b55f9351ac4bc9dbb8e9 to your computer and use it in GitHub Desktop.
S3 RoutingRules
<RoutingRules>
<RoutingRule>
<Condition>
<HttpErrorCodeReturnedEquals>404</HttpErrorCodeReturnedEquals >
</Condition>
<Redirect>
<HostName>le-domain.com</HostName>
<ReplaceKeyPrefixWith>#/</ReplaceKeyPrefixWith>
</Redirect>
</RoutingRule>
</RoutingRules>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment